We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05653a commit 22dd22fCopy full SHA for 22dd22f
charts/opencost/Chart.yaml
@@ -9,7 +9,7 @@ keywords:
9
- finops
10
- monitoring
11
- opencost
12
-version: 2.5.5
+version: 2.5.6
13
maintainers:
14
- name: jessegoodier
15
- name: toscott
charts/opencost/templates/clusterrole.yaml
@@ -12,7 +12,9 @@ rules:
- configmaps
- deployments
- nodes
+ {{- if .Values.opencost.exporter.collectorDataSource.enabled }}
16
- nodes/proxy
17
+ {{- end }}
18
- pods
19
- services
20
- resourcequotas
0 commit comments