Skip to content

Commit

Permalink
Merge pull request #46 from fuero/feat/fixes-rbac-permissions
Browse files Browse the repository at this point in the history
Adds missing permissions
  • Loading branch information
cmoulliard authored May 7, 2024
2 parents 60ed3d2 + f8c67ae commit ebac646
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/charts/godaddy-webhook/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ rules:
- 'secrets'
verbs:
- 'get'
- apiGroups:
- ''
resources:
- 'configmaps'
verbs:
- 'get'
- 'list'
- 'watch'
---
# Grant cert-manager-webhook-gandi permission to read the flow control mechanism (APF)
# API Priority and Fairness is enabled by default in Kubernetes 1.20
Expand Down

0 comments on commit ebac646

Please sign in to comment.