From 6a8bfcdbb0884321e9678bd2e2c3c10fccf0c96d Mon Sep 17 00:00:00 2001 From: Sherif Fanous <22263806+sherif-fanous@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:24:25 -0400 Subject: [PATCH] Fix secret key name (#260) * fix volume type * fix secret key name --------- Co-authored-by: Sherif Fanous Co-authored-by: Sherif Fanous --- charts/authentik/templates/worker/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/authentik/templates/worker/deployment.yaml b/charts/authentik/templates/worker/deployment.yaml index 59de3a0..91ab04d 100644 --- a/charts/authentik/templates/worker/deployment.yaml +++ b/charts/authentik/templates/worker/deployment.yaml @@ -210,7 +210,7 @@ spec: {{- range $name := .Values.blueprints.secrets }} - name: blueprints-secret-{{ $name }} secret: - name: {{ $name }} + secretName: {{ $name }} {{- end }} {{- end }} enableServiceLinks: true