Skip to content

Commit

Permalink
fix: Change the name of the auth env vars according to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoladisco authored and nijel committed Nov 7, 2024
1 parent b5ea26e commit 6b1497c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/weblate/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
value: "{{ .Values.emailTLS }}"
- name: WEBLATE_EMAIL_USE_SSL
value: "{{ .Values.emailSSL }}"
- name: WEBLATE_EMAIL_USER
- name: WEBLATE_EMAIL_HOST_USER
valueFrom:
secretKeyRef:
{{ if not .Values.existingSecret -}}
Expand All @@ -138,7 +138,7 @@ spec:
name: {{ .Values.existingSecret }}
{{- end }}
key: email-user
- name: WEBLATE_EMAIL_PASSWORD
- name: WEBLATE_EMAIL_HOST_PASSWORD
valueFrom:
secretKeyRef:
{{ if not .Values.existingSecret -}}
Expand Down

0 comments on commit 6b1497c

Please sign in to comment.