Skip to content

Commit

Permalink
maybe grant access to core apis
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 27, 2023
1 parent 5179d54 commit 3e41b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/deployment-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind: ClusterRole
metadata:
name: plrl-console-reader
rules:
- apiGroups: ["*"]
- apiGroups: ["", "*"]
resources: ["*"]
verbs: ["get", "list"]
- apiGroups: [""]
Expand Down

0 comments on commit 3e41b21

Please sign in to comment.