File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ctrlplane
33description : Ctrlplane Helm chart for Kubernetes
44type : application
5- version : 0.9.2
5+ version : 0.9.3
66appVersion : " 1.0.0"
77
88maintainers :
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ This handles both direct string values and valueFrom references
99{{ include " ctrlplane.envVar" (dict " name" " POSTGRES_DATABASE" " value" .Values.global.postgresql.database ) }}
1010{{ include " ctrlplane.envVar" (dict " name" " POSTGRES_PASSWORD" " value" .Values.global.postgresql.password ) }}
1111- name: POSTGRES_URL
12- value: " postgresql://${ POSTGRES_USER}:${ POSTGRES_PASSWORD}@${ POSTGRES_HOST}:${ POSTGRES_PORT}/${ POSTGRES_DATABASE} "
12+ value: " postgresql://$( POSTGRES_USER):$( POSTGRES_PASSWORD)@$( POSTGRES_HOST):$( POSTGRES_PORT)/$( POSTGRES_DATABASE) "
1313{{- end -}}
You can’t perform that action at this time.
0 commit comments