Skip to content

Commit df20ca5

Browse files
committed
fix(helm): remove empty volumes list from flower defaults
Empty list `[]` is truthy in Helm templates, preventing `| default` fallback from triggering. Remove to match the pattern used by the API section.
1 parent 9bc4f9b commit df20ca5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

helm/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ flower:
130130
targetCPUUtilizationPercentage: 80
131131
# targetMemoryUtilizationPercentage: 80
132132

133-
volumes: []
134-
volumeMounts: []
135133
nodeSelector: {}
136134
tolerations: []
137135
affinity: {}

0 commit comments

Comments
 (0)