From 4caafb1ef8c82014278a6638656e4080c084f51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20B=C5=82aszczyk?= Date: Wed, 7 Apr 2021 17:16:55 +0200 Subject: [PATCH] fix: hydra initContainer indent (#243) --- helm/charts/hydra/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/charts/hydra/templates/deployment.yaml b/helm/charts/hydra/templates/deployment.yaml index 2767809162..b56dcf2ebe 100644 --- a/helm/charts/hydra/templates/deployment.yaml +++ b/helm/charts/hydra/templates/deployment.yaml @@ -59,8 +59,8 @@ spec: {{- with .Values.deployment.extraEnv }} {{- toYaml . | nindent 12 }} {{- end }} - securityContext: - {{- toYaml .Values.deployment.securityContext | nindent 12 }} + securityContext: + {{- toYaml .Values.deployment.securityContext | nindent 12 }} {{- end}} volumes: - name: {{ include "hydra.name" . }}-config-volume