You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As noted in the title, the startup scripts hang looking for the database passwords; the workaround is to add these manually to the configuration file:
pulumi config set sirius:accounts_pwd --secret "Password" -C pulumi/python/kubernetes/applications/sirius -s marajenkaws${BUILD_NUMBER}
pulumi config set sirius:ledger_pwd --secret "Password" -C pulumi/python/kubernetes/applications/sirius -s marajenkaws${BUILD_NUMBER}
To Reproduce
Steps to reproduce the behavior:
Run deployment w/o setting passwords first.
Deployment will hang.
Expected behavior
Deployment should work as designed.