fix indentation

This commit is contained in:
Daniel Kemp 2022-01-20 16:19:40 -05:00
parent 8b7f3ae920
commit 9c867b50b8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ spec:
spec:
serviceAccountName: {{ template "nfs-subdir-external-provisioner.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}