From c02df9de969615f844d8a32340f42db5c9cdd6a0 Mon Sep 17 00:00:00 2001 From: Alexander Thaller Date: Mon, 8 Apr 2024 10:29:36 +0200 Subject: [PATCH] Fix intendation of securityContext (#320) The indentation should be 10 instead of 12 to make yamllint not complain. Co-authored-by: Jakub Surdej --- chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 3f0453f2..8d1138c4 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -116,7 +116,7 @@ spec: {{- with .Values.deployment.securityContext }} securityContext: - {{- toYaml . | nindent 12 }} + {{- toYaml . | nindent 10 }} {{- end }} ports: - name: http