From de27e42a068bfecace65d9de4689c0b6387c6c8d Mon Sep 17 00:00:00 2001 From: Sherif Fanous <22263806+sherif-fanous@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:04:42 -0400 Subject: [PATCH] authentik: worker deployment: fix volume type for secret blueprints (#257) 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 9625b71..59de3a0 100644 --- a/charts/authentik/templates/worker/deployment.yaml +++ b/charts/authentik/templates/worker/deployment.yaml @@ -209,7 +209,7 @@ spec: {{- end }} {{- range $name := .Values.blueprints.secrets }} - name: blueprints-secret-{{ $name }} - configMap: + secret: name: {{ $name }} {{- end }} {{- end }}