securityContext of container, not pod

This commit is contained in:
Felix Kunde 2021-01-25 10:30:51 +01:00
parent d543dbed5d
commit 78a29a21d6
1 changed files with 2 additions and 2 deletions

View File

@ -54,6 +54,8 @@ spec:
{{- end }}
resources:
{{ toYaml .Values.resources | indent 10 }}
securityContext:
{{ toYaml .Values.securityContext| indent 10 }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
@ -62,8 +64,6 @@ spec:
{{ toYaml .Values.affinity | indent 8 }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
securityContext:
{{ toYaml .Values.securityContext| indent 8 }}
tolerations:
{{ toYaml .Values.tolerations | indent 8 }}
{{- if .Values.priorityClassName }}