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 }}