Skip to content

Commit

Permalink
fix: add update patch delete verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Feb 7, 2025
1 parent f5c1889 commit bc32cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/team-ns/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ rules:
# Allows the apl-gitea-operator to create, get and list secrets in the team namespace. This is necessary to create service accounts for build in harbor.
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create", "get", "list"]
verbs: ["create", "get", "list", "delete", "update", "patch"]
---
# RoleBinding for the above Role in team namespace
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit bc32cf4

Please sign in to comment.