File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ spec:
193193 {{- end }}
194194 {{- if and .Values.spiffe .Values.spiffe.enabled .Values.spiffe.operatorAuth .Values.spiffe.operatorAuth.enabled }}
195195 - name : spiffe-helper
196- image : {{ .Values.spiffe.operatorAuth.spiffeHelper.image.repository | default " ghcr.io/kagenti/kagenti-extensions/spiffe-helper" }}:{{ .Values.spiffe.operatorAuth.spiffeHelper.image.tag | default " latest" }}
197- imagePullPolicy : {{ .Values.spiffe.operatorAuth.spiffeHelper.image.pullPolicy | default " IfNotPresent" }}
196+ image : ghcr.io/kagenti/kagenti-extensions/spiffe-helper: latest
197+ imagePullPolicy : IfNotPresent
198198 args :
199199 - " -config"
200200 - " /etc/spiffe-helper/config.hcl"
Original file line number Diff line number Diff line change @@ -207,11 +207,6 @@ spiffe:
207207 enabled : false
208208 # Path to JWT-SVID file written by spiffe-helper sidecar
209209 jwtSVIDPath : " /opt/jwt_svid.token"
210- spiffeHelper :
211- image :
212- repository : ghcr.io/kagenti/kagenti-extensions/spiffe-helper
213- tag : latest
214- pullPolicy : IfNotPresent
215210
216211# Feature gates — highest-priority layer in the injection precedence chain.
217212# Set globalEnabled to false to disable ALL sidecar injection (kill switch).
You can’t perform that action at this time.
0 commit comments