Skip to content

Commit 17215cf

Browse files
authored
mintmaker: Fix YAML type error in mintmaker manager patch (#7612)
Change ENABLE_PROFILING env var value from boolean `true` to string `"true"` to resolve ArgoCD sync failure. Kubernetes env vars must be strings.
1 parent 7789ab7 commit 17215cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mintmaker/staging/base/manager_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ spec:
2222
memory: 256Mi
2323
env:
2424
- name: ENABLE_PROFILING
25-
value: true
25+
value: "true"

0 commit comments

Comments
 (0)