Skip to content

Commit

Permalink
correcting rbac for helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
djkormo committed Jul 7, 2022
1 parent 3e28fed commit a599152
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions charts/go-project-operator/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- create
- get
- list
- update
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -71,6 +81,18 @@ rules:
- list
- update
- watch
- apiGroups:
- networking.k8s.io
resources:
- networkpolicies
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- project.djkormo.github.io
resources:
Expand Down Expand Up @@ -123,6 +145,18 @@ rules:
- get
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit a599152

Please sign in to comment.