From 9c867b50b82c33b7e155995234682f60162e4341 Mon Sep 17 00:00:00 2001 From: Daniel Kemp Date: Thu, 20 Jan 2022 16:19:40 -0500 Subject: [PATCH] fix indentation --- .../nfs-subdir-external-provisioner/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nfs-subdir-external-provisioner/templates/deployment.yaml b/charts/nfs-subdir-external-provisioner/templates/deployment.yaml index b21efdc2..15a574b2 100644 --- a/charts/nfs-subdir-external-provisioner/templates/deployment.yaml +++ b/charts/nfs-subdir-external-provisioner/templates/deployment.yaml @@ -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 }}