Skip to content

Commit 22dd22f

Browse files
authored
Do not grant permissions on nodes/proxy by default (#329)
* Do not grant permissions on nodes/proxy by default * Bump chart version to 2.5.6
1 parent e05653a commit 22dd22f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.5
12+
version: 2.5.6
1313
maintainers:
1414
- name: jessegoodier
1515
- name: toscott

charts/opencost/templates/clusterrole.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ rules:
1212
- configmaps
1313
- deployments
1414
- nodes
15+
{{- if .Values.opencost.exporter.collectorDataSource.enabled }}
1516
- nodes/proxy
17+
{{- end }}
1618
- pods
1719
- services
1820
- resourcequotas

0 commit comments

Comments
 (0)