mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 14:59:13 -03:00
always include securityContext
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user