Skip to content

Commit f5eef1c

Browse files
authored
Merge pull request #324 from opencost/thomasn/cloud-integration-path
Update cloud-integration secret path
2 parents 8cf5593 + 43939e5 commit f5eef1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- finops
1010
- monitoring
1111
- opencost
12-
version: 2.5.1
12+
version: 2.5.2
1313
maintainers:
1414
- name: jessegoodier
1515
- name: toscott

charts/opencost/templates/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,9 @@ spec:
361361
{{- end }}
362362
{{- if .Values.opencost.cloudIntegrationSecret }}
363363
- name: cloud-integration
364-
mountPath: /var/configs/cloud-integration
364+
mountPath: /var/configs/cloud-integration.json
365+
subPath: cloud-integration.json
366+
readOnly: true
365367
{{- end }}
366368
{{- if .Values.opencost.updateCaTrust.enabled }}
367369
- name: ca-certs-secret

0 commit comments

Comments
 (0)