Skip to content

Commit 024cfef

Browse files
authored
Added missing permission to list pods. (#12)
1 parent bd4d771 commit 024cfef

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.2
18+
version: 0.1.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ serviceAccount:
3434
resources: [services, services/status]
3535
verbs: [get, list, patch, update, watch]
3636
- apiGroups: [""]
37-
resources: [nodes]
37+
resources: [nodes, pods]
3838
verbs: [get, list, watch]
39-
# - apiGroups: ["apps/v1"]
40-
# resources: ["deployments"]
41-
# verbs: ["get", "list"]
4239

4340
podAnnotations: {}
4441
podLabels: {}

0 commit comments

Comments
 (0)