Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix host parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Bernhardt <[email protected]>
  • Loading branch information
frank-bee committed Apr 22, 2021
1 parent 0a74bde commit 9f40f55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/bpa/templates/bpa_configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- $acapyIngressHost := include "acapy.host" . -}}
{{- $bpaIngressHost := include "bpa.host" . -}}
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -16,7 +17,7 @@ data:
pg:
url: jdbc:postgresql://{{ include "global.postgresql.fullname" . }}/{{ .Values.postgresql.postgresqlUsername }}
username: {{ .Values.postgresql.postgresqlUsername }}
host: {{ $acapyIngressHost }}
host: {{ $bpaIngressHost }}
micronaut:
security:
enabled: {{ .Values.bpa.config.security.enabled }}

0 comments on commit 9f40f55

Please sign in to comment.