Skip to content

Commit

Permalink
Hotfix: yaml using wrong whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Jan 18, 2025
1 parent c2157c6 commit ed46053
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ops/k8s-apps/production/trino/custom-helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ spec:
effect: NoSchedule
nodeSelector:
pool_type: trino-worker
config:
query:
maxMemoryPerNode: 140GB
jvm:
maxHeapSize: "350G"
config:
query:
maxMemoryPerNode: 140GB
jvm:
maxHeapSize: "350G"

additionalConfigProperties:
- retry-policy=QUERY
Expand Down

0 comments on commit ed46053

Please sign in to comment.