Skip to content

Commit

Permalink
add kubebuilder rbac for pod resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis authored and Anis committed Feb 28, 2024
1 parent 5b1ceda commit 5c93547
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deploy/charts/chaos-operator/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ metadata:
labels:
{{- include "chaos-operator.labels" . | nindent 4 }}
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- pods/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
- pods/status
verbs:
- get
- patch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 5c93547

Please sign in to comment.