Skip to content

Commit

Permalink
Merge pull request #7081 from sapcc/updater_fix
Browse files Browse the repository at this point in the history
aws access as env var
  • Loading branch information
dhalimi authored Sep 16, 2024
2 parents ffdffbb + 77f68bf commit 5c9efc6
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 @@ -15,7 +15,6 @@ updaterConfig:
websiteURL: {{ .Values.config.websiteURL }}
notification:
enabled: {{ .Values.secAttNotifier.enabled }}
awsAccess: {{ .Values.secAttNotifier.awsAccess }}
ec2Access: {{ .Values.secAttNotifier.awsAccess }}
smtpHost: {{ .Values.secAttNotifier.smtpHost }}
smtpPassword: {{ .Values.secAttNotifier.smtpPassword }}
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 @@ -14,6 +14,7 @@ data:
APPLICATION_CREDENTIALS_SECRET: {{ .Values.updater.applicationCredentialsSecret | b64enc }}
APPLICATION_CREDENTIALS_ID: {{ .Values.updater.applicationCredentialsId | b64enc }}
AWS_SECRET: {{ .Values.config.awsSecret | b64enc }}
AWS_ACCESS: {{ .Values.secAttNotifier.awsAccess | 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 5c9efc6

Please sign in to comment.