From f7773c48cb93c0766eb738b331c2c653ea2c6f2d Mon Sep 17 00:00:00 2001 From: tchiotludo Date: Thu, 21 Jan 2021 20:25:17 +0100 Subject: [PATCH] fix(helm): invalid securityContext indent close #561 --- helm/akhq/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/akhq/templates/deployment.yaml b/helm/akhq/templates/deployment.yaml index 617711e09..f5bca1a4d 100644 --- a/helm/akhq/templates/deployment.yaml +++ b/helm/akhq/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: {{- end }} {{- if .Values.securityContext }} securityContext: - {{ toYaml .Values.securityContext | indent 8 }} + {{ toYaml .Values.securityContext | nindent 8 }} {{- end }} {{- if .Values.initContainers }} initContainers: