Skip to content

Commit

Permalink
Merge pull request #242 from dwertent/fixd-operator-rbac
Browse files Browse the repository at this point in the history
Addin secrets to operator cluster role
  • Loading branch information
David Wertenteil authored Jul 30, 2023
2 parents b84e86d + d93c4e5 commit dd4b1ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ .Values.operator.name }}
rules:
- apiGroups: [""]
resources: ["pods", "nodes", "namespaces", "configmaps"]
resources: ["pods", "nodes", "namespaces", "configmaps", "secrets"]
verbs: ["get", "watch", "list"]
- apiGroups: ["batch"]
resources: ["jobs", "cronjobs"]
Expand Down

0 comments on commit dd4b1ae

Please sign in to comment.