always include securityContext

This commit is contained in:
Stavros kois
2022-11-11 18:44:47 +02:00
parent 6f10b167f8
commit 8a57de23bc

View File

@@ -38,10 +38,8 @@
{{- else }}
stdin: false
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- include "ix.v1.common.controller.securityContext" $ | nindent 4 }}
{{- end }}
{{- include "ix.v1.common.controller.securityContext" . | nindent 4 }}
{{- with .Values.lifecycle }}
lifecycle:
{{- tpl (toYaml .) $ | nindent 4 }}