Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed May 8, 2024
1 parent 8af732e commit 11cf4d4
Showing 1 changed file with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,39 +109,39 @@ rules:
- get
- patch
- update
{{ if eq .Values.managerConfig.flagdResourceEnabled "true" }}
- apiGroups:
{{ if eq .Values.managerConfig.flagdResourceEnabled "true" }}
- apiGroups:
- ""
resources:
- services
- services/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
resources:
- services
- services/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
{{ end }}
- apiGroups:
resources:
- ingresses
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
{{ end }}
- apiGroups:
- rbac.authorization.k8s.io
resourceNames:
- open-feature-operator-flagd-kubernetes-sync
resources:
- clusterrolebindings
verbs:
- get
- update
resourceNames:
- open-feature-operator-flagd-kubernetes-sync
resources:
- clusterrolebindings
verbs:
- get
- update

0 comments on commit 11cf4d4

Please sign in to comment.