Fixup bug dath

This commit is contained in:
roschaefer 2019-09-18 01:19:06 +02:00
parent c189b62073
commit c8c345be48

View File

@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-configmap
dath:
data:
GRAPHQL_URI: "http://{{ .Release.Name }}-backend:4000"
NEO4J_URI: "bolt://{{ .Release.Name }}-neo4j:7687"
CLIENT_URI: "https://{{ .Values.domain }}"