File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1616 DATABASE_URL: "postgresql+psycopg2://{ { .Values.dbSettings.dbUser } }:{ { .Values.dbSettings.dbPassword } }@postgres-rds-service/{ { .Values.dbSettings.dbName } }"
1717 { { end } }
1818 { { if eq .Values.dbSettings.dbProvider " azure" } }
19- DATABASE_URL: "postgresql+psycopg2://{ { .Values.dbSettings.dbUser } }:{ { .Values.dbSettings.dbPassword } }@postgres-azure-service/ { { .Values.dbSettings.dbName } }"
19+ DATABASE_URL: "postgresql+psycopg2://{ { .Values.dbSettings.dbUser } }:{ { .Values.dbSettings.dbPassword } }@{ { .Values.dbSettings.dbName } }"
2020 { { end } }
2121 USER_PASSWORDS_SECRET: { { .Values.diffgramSecrets.USER_PASSWORDS_SECRET } }
2222 DIFFGRAM_AZURE_CONNECTION_STRING: { { .Values.diffgramSecrets.DIFFGRAM_AZURE_CONNECTION_STRING } }
You can’t perform that action at this time.
0 commit comments