Skip to content

Commit

Permalink
Merge pull request projectcalico#8865 from simonostendorf/fix/charts/…
Browse files Browse the repository at this point in the history
…tigera-operator/kubernetes-services-endpoint

fix(charts/tigera-operator/kubernetes-services-endpoint): quote port
  • Loading branch information
marvin-tigera authored May 30, 2024
2 parents dfa5f61 + 92d1383 commit 716abfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
namespace: {{.Release.Namespace}}
data:
KUBERNETES_SERVICE_HOST: {{ .Values.kubernetesServiceEndpoint.host }}
KUBERNETES_SERVICE_PORT: {{ .Values.kubernetesServiceEndpoint.port }}
KUBERNETES_SERVICE_PORT: {{ .Values.kubernetesServiceEndpoint.port | quote }}
{{- end }}

0 comments on commit 716abfb

Please sign in to comment.