Skip to content

Commit 4736cd9

Browse files
committed
Patch merge
Merge branch 'tbutkiewicz-deploy-yaml-fix'
2 parents 0f4cfd6 + eb9aa3c commit 4736cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/opencost/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
env:
4242
- name: PROMETHEUS_SERVER_ENDPOINT
4343
value: {{ include "opencost.prometheusServerEndpoint" . | quote }}
44-
{{- if .Values.opencost.exporter.cloudProviderApiKey }}}
44+
{{- if .Values.opencost.exporter.cloudProviderApiKey }}
4545
- name: CLOUD_PROVIDER_API_KEY
4646
value: {{ .Values.opencost.exporter.cloudProviderApiKey | quote }}
4747
{{- end }}

0 commit comments

Comments
 (0)