From 8113593306dd206e0e4b2def818c125679530d1f Mon Sep 17 00:00:00 2001 From: WrenIX <133280015+wrenix@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:43:51 +0100 Subject: [PATCH] authentik: fix extraContainers indentation (#250) Co-authored-by: WrenIX --- charts/authentik/templates/server/deployment.yaml | 2 +- charts/authentik/templates/worker/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/authentik/templates/server/deployment.yaml b/charts/authentik/templates/server/deployment.yaml index b2c2de2..daf45b6 100644 --- a/charts/authentik/templates/server/deployment.yaml +++ b/charts/authentik/templates/server/deployment.yaml @@ -182,7 +182,7 @@ spec: {{- end }} {{- end }} {{- with .Values.server.extraContainers }} - {{- tpl (toYaml . ) $ | nindent 6 }} + {{- tpl (toYaml . ) $ | nindent 8 }} {{- end }} {{- with include "authentik.affinity" (dict "context" . "component" .Values.server) }} affinity: diff --git a/charts/authentik/templates/worker/deployment.yaml b/charts/authentik/templates/worker/deployment.yaml index b0d1704..9625b71 100644 --- a/charts/authentik/templates/worker/deployment.yaml +++ b/charts/authentik/templates/worker/deployment.yaml @@ -165,7 +165,7 @@ spec: {{- end }} {{- end }} {{- with .Values.worker.extraContainers }} - {{- tpl (toYaml . ) $ | nindent 6 }} + {{- tpl (toYaml . ) $ | nindent 8 }} {{- end }} {{- with include "authentik.affinity" (dict "context" . "component" .Values.worker) }} affinity: