Skip to content

Commit

Permalink
feat(geoipupdates): rbac enhancement to allow rollout restart
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Dec 10, 2024
1 parent a79ad88 commit 9f1c8a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/geoipupdates/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ rules:
resources: ["pods"]
resourceNames: [{{ include "geoipupdate.fullname" . }}]
verbs: ["get", "read", "list", "watch", "create", "patch", "replace", "delete"]
- apiGroups: ["apps", "extensions"]
resources: ["deployments"]
resourceNames: ["updates-jenkins-io", "get-jenkins-io"]
verbs: ["get", "patch", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 9f1c8a3

Please sign in to comment.