We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cf5593 + 43939e5 commit f5eef1cCopy full SHA for f5eef1c
charts/opencost/Chart.yaml
@@ -9,7 +9,7 @@ keywords:
9
- finops
10
- monitoring
11
- opencost
12
-version: 2.5.1
+version: 2.5.2
13
maintainers:
14
- name: jessegoodier
15
- name: toscott
charts/opencost/templates/deployment.yaml
@@ -361,7 +361,9 @@ spec:
361
{{- end }}
362
{{- if .Values.opencost.cloudIntegrationSecret }}
363
- name: cloud-integration
364
- mountPath: /var/configs/cloud-integration
+ mountPath: /var/configs/cloud-integration.json
365
+ subPath: cloud-integration.json
366
+ readOnly: true
367
368
{{- if .Values.opencost.updateCaTrust.enabled }}
369
- name: ca-certs-secret
0 commit comments