pipeline #5

Merged
mondo merged 28 commits from pipeline into main 2025-10-17 13:13:14 -05:00
Showing only changes of commit e2e5c683e4 - Show all commits

View File

@@ -63,8 +63,8 @@ Create the name of the service account to use
PostgreSQL connection string PostgreSQL connection string
*/}} */}}
{{- define "warehouse13.postgresUrl" -}} {{- define "warehouse13.postgresUrl" -}}
{{- if .Values.api.env.databaseUrl }} {{- if .Values.app.env.databaseUrl }}
{{- .Values.api.env.databaseUrl }} {{- .Values.app.env.databaseUrl }}
{{- else }} {{- else }}
{{- printf "postgresql://%s:%s@warehouse13-postgres:%d/%s" .Values.postgres.auth.username .Values.postgres.auth.password (.Values.postgres.service.port | int) .Values.postgres.auth.database }} {{- printf "postgresql://%s:%s@warehouse13-postgres:%d/%s" .Values.postgres.auth.username .Values.postgres.auth.password (.Values.postgres.service.port | int) .Values.postgres.auth.database }}
{{- end }} {{- end }}