We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f4cfd6 + eb9aa3c commit 4736cd9Copy full SHA for 4736cd9
charts/opencost/templates/deployment.yaml
@@ -41,7 +41,7 @@ spec:
41
env:
42
- name: PROMETHEUS_SERVER_ENDPOINT
43
value: {{ include "opencost.prometheusServerEndpoint" . | quote }}
44
- {{- if .Values.opencost.exporter.cloudProviderApiKey }}}
+ {{- if .Values.opencost.exporter.cloudProviderApiKey }}
45
- name: CLOUD_PROVIDER_API_KEY
46
value: {{ .Values.opencost.exporter.cloudProviderApiKey | quote }}
47
{{- end }}
0 commit comments