Skip to content

Commit 6aff9b9

Browse files
committed
fix: template of template condition
1 parent 1e83459 commit 6aff9b9

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
@@ -117,7 +117,7 @@ spec:
117117
- name: AWS_ENDPOINT_URL
118118
value: {{ "{{ .Values.aws.endpoint_url | quote }}" }}
119119
- name: AWS_IDENTITY_ENDPOINT_URL
120-
value: {{ .Values.aws.identity_endpoint_url | quote }}
120+
value: {{ "{{ .Values.aws.identity_endpoint_url | quote }}" }}
121121
- name: ACK_WATCH_NAMESPACE
122122
value: {{ IncludeTemplate "watch-namespace" }}
123123
- name: ACK_WATCH_SELECTORS

0 commit comments

Comments
 (0)