File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
kubernetes-ingress/templates Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,15 @@ rules:
4141 - get
4242 - list
4343 - watch
44+ {{- if and (eq .Values.controller.sync.mode "fetch") (eq .Values.controller.sync.fetchParams.source "proxy") }}
45+ - apiGroups :
46+ - " "
47+ resources :
48+ - services
49+ - pods
50+ verbs :
51+ - update
52+ {{- end }}
4453- apiGroups :
4554 - " extensions"
4655 - " networking.k8s.io"
Original file line number Diff line number Diff line change 9393{{- end }}
9494 containers :
9595 - name : {{ include "kubernetes-ingress.name" . }}-{{ .Values.controller.name }}
96- image : " {{ .Values.controller.image.repository }}:{{ tpl .Values.controller.image.tag . }}"
96+ image : " {{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag | default .Chart.AppVersion }}"
9797 imagePullPolicy : {{ .Values.controller.image.pullPolicy }}
9898 args :
9999{{- if .Values.controller.defaultTLSSecret.enabled -}}
You can’t perform that action at this time.
0 commit comments