Skip to content

Commit 2b0a368

Browse files
committed
secrets: Add permission to write secrets
1 parent 63ee0a2 commit 2b0a368

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

charts/tsuru-api/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.3.8
18+
version: 0.3.9
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

charts/tsuru-api/templates/rbac.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,12 @@ rules:
2727
- serviceaccounts
2828
- namespaces
2929
- nodes
30+
- secrets
3031
- persistentvolumes
3132
- persistentvolumeclaims
3233
verbs:
3334
- "*"
3435

35-
- apiGroups:
36-
- ""
37-
resources:
38-
- secrets
39-
verbs:
40-
- create
41-
- update
42-
4336
- apiGroups:
4437
- ""
4538
resources:

0 commit comments

Comments
 (0)