Reset database credentials
Info
If you have multiple sql users their names will be on the format: <MYAPP>-<MYDB>-<SQLUSERNAME> instead of <MYAPP>
To reset the database credentials for your application (if application name, database name or envVarPrefix has been changed), you need to first delete the secret and sqluser for the database:
$ kubectl --namespace <TEAM> delete secret google-sql-<MYAPP>
$ kubectl --namespace <TEAM> delete sqluser <MYAPP>
Then either redeploy your application or force a synchronization of your application: