1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Add configmap rules for templateFrom

https://github.com/external-secrets/external-secrets/issues/179
This commit is contained in:
Andrew 2021-07-06 13:31:24 -07:00 committed by GitHub
parent 293f903544
commit d1af4756d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,14 @@ rules:
- "get"
- "list"
- "watch"
- apiGroups:
- ""
resources:
- "configmaps"
verbs:
- "get"
- "list"
- "watch"
- apiGroups:
- ""
resources: