feat: Add support for sidecar containers in Helm (#1494)

This commit is contained in:
JoeKer1
2026-01-22 10:14:02 +01:00
committed by GitHub
parent c88fd340bc
commit b852481850
3 changed files with 24 additions and 1 deletions
+3
View File
@@ -190,6 +190,9 @@ spec:
value: {{ .Values.oidc.admin.ignoreRoles | quote }}
{{- end }}
{{- end }}
{{- if .Values.extraContainers -}}
{{ toYaml .Values.extraContainers | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}