Skip to content

Commit

Permalink
[EPMDEDP-7935]: fix: Extend cd-operator permissions on EKS
Browse files Browse the repository at this point in the history
Change-Id: I9885d2261cbe69b5c1bca8193fc5721d5b1aacdf
  • Loading branch information
MykolaMarusenko committed Dec 6, 2021
1 parent 379c1c4 commit b45ee23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy-templates/templates/clusterrole_kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,15 @@ rules:
verbs:
- get
- list
{{- if not .Values.global.kioskEnabled }}
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- create
- delete
{{- end -}}
{{- end -}}

0 comments on commit b45ee23

Please sign in to comment.