Skip to content

Commit

Permalink
Added configmaps access to (#13)
Browse files Browse the repository at this point in the history
provisioning controller role
  • Loading branch information
fraliv13 authored May 18, 2022
1 parent 91acbe7 commit e554bba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ rules:
- apiGroups: ["batch", "extensions"]
resources: [ "jobs" ]
verbs: [ "*" ]
- apiGroups: [""]
resources: [ "configmaps" ]
verbs: [ "*" ]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit e554bba

Please sign in to comment.