fix configmap for dynamic env

This commit is contained in:
Joel Wetzell
2025-12-16 22:39:58 -06:00
parent d6e5f1fbc9
commit d1d1aa45e4
5 changed files with 12 additions and 5 deletions

View File

@@ -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:
- ""