Skip to content

Commit

Permalink
Update charts/consul/templates/api-gateway-controller-deployment.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
  • Loading branch information
Thomas Eckert and mikemorris authored Nov 14, 2022
1 parent a91314e commit 02de95a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ spec:
{{- end }}
{{- else if .Values.externalServers.enabled }}
{{/*
"externalServers" specified and running in "agentless" mode, this will only work 0.5+
"externalServers" specified and running in "agentless" mode, this will only work with
Consul API Gateway v0.5 or newer
*/}}
{{- if .Values.global.tls.enabled }}
value: {{ first .Values.externalServers.hosts }}:{{ .Values.externalServers.httpsPort }}
Expand Down

0 comments on commit 02de95a

Please sign in to comment.