From 3ae4f8aa688a39d67fc5519ee145a9750678aacf Mon Sep 17 00:00:00 2001 From: Pyrrian <63145861+Pyrrian@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:35:20 +0100 Subject: [PATCH] fix: nindent typo in securityContext helm chart (#6753) --- helm-chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index d82d71025c..b3e1d6543c 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -74,7 +74,7 @@ spec: {{- end }} {{- if .Values.deployment.securityContext }} securityContext: - {{ toYaml .Values.deployment.securityContext | indent 8 }} + {{ toYaml .Values.deployment.securityContext | nindent 8 }} {{- end }} terminationGracePeriodSeconds: {{ .Values.deployment.terminationGracePeriodSeconds | default 30 }} containers: