-
Notifications
You must be signed in to change notification settings - Fork 45
WPB:18722: Remove Postgres and smtp hard coded passwords #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The PR has a dependent chart update: wireapp/helm-charts#44 |
| echo "⚠️ Warning: PostgreSQL secret exists but password is empty" | ||
| fi | ||
| else | ||
| echo "⚠️ Warning: PostgreSQL secret 'wire-postgresql-secret' not found in namespace '${NAMESPACE}'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no failthrough to the values in the values file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I was thinking if I should use the sync-k8s-secret-to-wire-secrets.sh here instead of setting the values as a flag and adding a default value for pgPassword in the secrets.yaml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched to sync script so both demo and production are aligned now
4736b29 to
2b0ab14
Compare
|



Change type
Basic information
Testing
Tracking
changelog.dKnowledge Transfer
Motivation
Objective
Reason
Use case