Skip to content

Commit 4ae73aa

Browse files
authored
Merge pull request #3 from Intreecom/feature/corrected-permissions
2 parents 87dcfe1 + 70a10e9 commit 4ae73aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1
18+
version: 0.1.2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serviceAccount:
3131
# By default it grants all permissions.
3232
permissions:
3333
- apiGroups: [""]
34-
resources: [services]
34+
resources: [services, services/status]
3535
verbs: [get, list, patch, update, watch]
3636
- apiGroups: [""]
3737
resources: [nodes]

0 commit comments

Comments
 (0)