Skip to content

Commit

Permalink
BUG: fix missing permissions for proxy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 committed Aug 8, 2024
1 parent 7d5c5bf commit 2e368f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubernetes-ingress/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ rules:
- get
- list
- watch
{{- if and (eq .Values.controller.sync.mode "fetch") (eq .Values.controller.sync.fetchParams.source "proxy") }}
- apiGroups:
- ""
resources:
- services
- pods
verbs:
- update
{{- end }}
- apiGroups:
- "extensions"
- "networking.k8s.io"
Expand Down

0 comments on commit 2e368f2

Please sign in to comment.