update helm chart with rbac for configmaps

This commit is contained in:
Maidul Islam
2023-03-08 21:37:04 -08:00
parent a5c8c9c279
commit c8110c31ef
3 changed files with 23 additions and 1 deletions

View File

@@ -190,6 +190,17 @@ metadata:
creationTimestamp: null
name: infisical-operator-manager-role
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- ""
resources: