Skip to content

Commit

Permalink
authentik: worker deployment: fix volume type for secret blueprints (#…
Browse files Browse the repository at this point in the history
…257)

Co-authored-by: Sherif Fanous <sherif@virtasant.com>
  • Loading branch information
sherif-fanous and sherif-virtasant committed Apr 4, 2024
1 parent ffbcec6 commit de27e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/authentik/templates/worker/deployment.yaml
Expand Up @@ -209,7 +209,7 @@ spec:
{{- end }}
{{- range $name := .Values.blueprints.secrets }}
- name: blueprints-secret-{{ $name }}
configMap:
secret:
name: {{ $name }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit de27e42

Please sign in to comment.