Skip to content

Commit

Permalink
fix: duplicate smtp env
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Feb 16, 2021
1 parent 2c98d1c commit d73af57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: authelia
version: 0.1.13
version: 0.1.14
kubeVersion: ">= 1.13.0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand Down
4 changes: 0 additions & 4 deletions charts/authelia/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ spec:
- name: AUTHELIA_STORAGE_MYSQL_PASSWORD_FILE
value: /usr/app/secrets/STORAGE_PASSWORD
{{- end }}
{{- if include "authelia.configured.smtp" . }}
- name: AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE
value: /usr/app/secrets/SMTP_PASSWORD
{{- end }}
{{- if and (include "authelia.configured.redisSecret" .) (include "authelia.configured.redis" .) }}
- name: AUTHELIA_SESSION_REDIS_PASSWORD_FILE
value: /usr/app/secrets/REDIS_PASSWORD
Expand Down

0 comments on commit d73af57

Please sign in to comment.