mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 15:57:38 +08:00
fix(rbac): add patch verb on secrets to issuer clusterrole (#8859)
Signed-off-by: ulrich giraud <ulrich.giraud@pole-emploi.fr> Co-authored-by: ulrich giraud <ulrich.giraud@pole-emploi.fr>
This commit is contained in:
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-cert-manager-webhook
|
||||
- https://github.com/bitnami/bitnami-docker-cainjector
|
||||
- https://github.com/jetstack/cert-manager
|
||||
version: 0.4.3
|
||||
version: 0.4.4
|
||||
|
||||
@@ -73,7 +73,7 @@ rules:
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: [""]
|
||||
resources: ["secrets"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "delete"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
|
||||
- apiGroups: [""]
|
||||
resources: ["events"]
|
||||
verbs: ["create", "patch"]
|
||||
@@ -99,7 +99,7 @@ rules:
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: [""]
|
||||
resources: ["secrets"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "delete"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
|
||||
- apiGroups: [""]
|
||||
resources: ["events"]
|
||||
verbs: ["create", "patch"]
|
||||
|
||||
Reference in New Issue
Block a user