Skip to content

Commit 5d670d3

Browse files
committed
convert bool to string when supplying as env var
1 parent 4d16555 commit 5d670d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/helm/templates/deployment.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ spec:
145145
value: {{ IncludeTemplate "feature-gates" }}
146146
{{ "{{- end }}" }}
147147
- name: ENABLE_CARM
148-
value: {{ "{{ .Values.enableCARM }}" }}
148+
value: {{ "{{ .Values.enableCARM | toString }}" }}
149149
{{ "{{- if .Values.aws.credentials.secretName }}" }}
150150
- name: AWS_SHARED_CREDENTIALS_FILE
151151
value: {{ IncludeTemplate "aws.credentials.path" }}

0 commit comments

Comments
 (0)