Skip to content

Commit

Permalink
fix secret key name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherif Fanous committed Apr 18, 2024
1 parent e0714b1 commit 18f3778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/authentik/templates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ spec:
{{- range $name := .Values.blueprints.secrets }}
- name: blueprints-secret-{{ $name }}
secret:
name: {{ $name }}
secretName: {{ $name }}
{{- end }}
{{- end }}
enableServiceLinks: true
Expand Down

0 comments on commit 18f3778

Please sign in to comment.