Skip to content

Commit

Permalink
Fix env variable in the deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
soubenz committed Feb 1, 2025
1 parent 3da6155 commit d22f3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkwarden/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
name: {{ include "linkwarden.fullname" . }}
key: externalPostgresUri
{{ end }}
- name: AUTH_SECRET
- name: NEXTAUTH_SECRET
valueFrom:
secretKeyRef:
name: {{ include "linkwarden.fullname" . }}
Expand Down

0 comments on commit d22f3f5

Please sign in to comment.