darshit-s3
TRIALOP
a year ago
I have a nodejs project that connects to a postgres container.
I use ${{secret()}}to randomly generate a postgres user password. Which works fine for postgres.
Lets say app fails and I refresh the UI and click redeploy my nodejs app. The UI reload re-generates a new secret value but the postgres was deployed with old secret. So I get invalid password related errors in my app.
2 Replies
brody
EMPLOYEE
a year ago
${{secret ()}} can not be used after you have deployed a service, they are only to be set in templates, not on already deployed services