Skip to content
Snippets Groups Projects
Commit 2bfaecc3 authored by Mariano Cano's avatar Mariano Cano
Browse files

Add ClusterRole to read secrets.

parent f53a8964
No related branches found
No related tags found
No related merge requests found
......@@ -43,3 +43,11 @@ rules:
- get
- patch
- update
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment