Skip to content

Commit

Permalink
use "stromae.postgresql.fullname" to get postgres host in api env values
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jul 8, 2022
1 parent e2e7130 commit 6782bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stromae-v2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.5.2
version: 0.5.3
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/stromae-v2/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
name: {{ include "stromae.postgresql.fullname" .}}
key: password
- name: FR_INSEE_QUEEN_PERSISTENCE_DATABASE_HOST
value: {{ .Values.postgresql.fullnameOverride | quote}}
value: {{ include "stromae.postgresql.fullname" . }}
- name: FR_INSEE_QUEEN_PERSISTENCE_DATABASE_USER
value: {{ .Values.postgresql.auth.username | quote}}
- name: FR_INSEE_QUEEN_PERSISTENCE_DATABASE_SCHEMA
Expand Down

0 comments on commit 6782bdd

Please sign in to comment.