fix configmap for dynamic env
This commit is contained in:
@@ -5,4 +5,4 @@ kind: Kustomization
|
||||
images:
|
||||
- name: controller
|
||||
newName: git.jwetzell.com/jwetzell/ontime-operator
|
||||
newTag: v1.6.2
|
||||
newTag: v1.7.2
|
||||
|
||||
@@ -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