Skip to content

Commit

Permalink
Fix secret key name (#260)
Browse files Browse the repository at this point in the history
* fix volume type

* fix secret key name

---------

Co-authored-by: Sherif Fanous <sherif@virtasant.com>
Co-authored-by: Sherif Fanous <sherif.fanous+github@gmail.com>
  • Loading branch information
3 people committed Apr 18, 2024
1 parent e9d2b5e commit 6a8bfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/authentik/templates/worker/deployment.yaml
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 6a8bfcd

Please sign in to comment.