fix configmap for dynamic env
This commit is contained in:
@@ -20,6 +20,13 @@ rules:
|
||||
- secrets
|
||||
verbs:
|
||||
- "*"
|
||||
# We need to manage config maps
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
- "*"
|
||||
# We need to create events on CRs about things happening during reconciliation
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
||||
Reference in New Issue
Block a user