Skip to content

Commit

Permalink
Fix spaceing issue in flask configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Jul 9, 2024
1 parent 548f08b commit 5c59b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/servicex/templates/app/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ data:
RABBIT_RETRIES = {{ .Values.app.rabbitmq.retries }}
RABBIT_RETRY_INTERVAL = {{ .Values.app.rabbitmq.retry_interval }}
{{- if .Values.app.ingress.enabled -}}
{{if .Values.app.ingress.enabled -}}
ADVERTISED_HOSTNAME= '{{ .Release.Name }}.{{ .Values.app.ingress.host }}'
{{ else }}
ADVERTISED_HOSTNAME= '{{ .Release.Name }}-servicex-app:8000'
Expand Down

0 comments on commit 5c59b35

Please sign in to comment.