twitchsingstools/deployments/helm/twitchsingstools/templates/configmap.yaml

9 lines
229 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: tstoolsconfig
labels:
{{- include "twitchsingstools.labels" . | nindent 4 }}
data:
config.json: {{ printf "{ \"externalUrl\": \"%s\" }" .Values.externalHostname | quote }}