Skip to content

Commit

Permalink
Merge pull request #7084 from sapcc/updater_smtp
Browse files Browse the repository at this point in the history
smtp pass as env var
  • Loading branch information
dhalimi authored Sep 16, 2024
2 parents c676883 + d19dae6 commit 338f375
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ updaterConfig:
enabled: {{ .Values.secAttNotifier.enabled }}
ec2Access: {{ .Values.secAttNotifier.awsAccess }}
smtpHost: {{ .Values.secAttNotifier.smtpHost }}
smtpPassword: {{ .Values.secAttNotifier.smtpPassword }}
port: {{ .Values.secAttNotifier.port }}
{{- if .Values.secAttNotifier.days }}
days:
Expand Down
1 change: 1 addition & 0 deletions prometheus-exporters/cronus-updater/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ data:
APPLICATION_CREDENTIALS_ID: {{ .Values.updater.applicationCredentialsId | b64enc }}
AWS_SECRET: {{ .Values.config.awsSecret | b64enc }}
AWS_ACCESS: {{ .Values.secAttNotifier.awsAccess | b64enc }}
SMTP_PASSWORD: {{ .Values.secAttNotifier.smtpPassword | b64enc }}
MULTICLOUD_PASSWORD: {{ .Values.config.multiCloud.password | b64enc }}
AWS_NOTIFIER_SECRET: {{ .Values.secAttNotifier.awsSecret | b64enc }}
EC2_NOTIFIER_SECRET: {{ .Values.secAttNotifier.awsSecret | b64enc }}
Expand Down

0 comments on commit 338f375

Please sign in to comment.