We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e83459 commit 6aff9b9Copy full SHA for 6aff9b9
templates/helm/templates/deployment.yaml.tpl
@@ -117,7 +117,7 @@ spec:
117
- name: AWS_ENDPOINT_URL
118
value: {{ "{{ .Values.aws.endpoint_url | quote }}" }}
119
- name: AWS_IDENTITY_ENDPOINT_URL
120
- value: {{ .Values.aws.identity_endpoint_url | quote }}
+ value: {{ "{{ .Values.aws.identity_endpoint_url | quote }}" }}
121
- name: ACK_WATCH_NAMESPACE
122
value: {{ IncludeTemplate "watch-namespace" }}
123
- name: ACK_WATCH_SELECTORS
0 commit comments