Skip to content

Commit

Permalink
fix: Use "controller.name" to refer the controller service in higress…
Browse files Browse the repository at this point in the history
…-config (oauth2-proxy#1108)
  • Loading branch information
CH3CHO authored Jul 11, 2024
1 parent c40cf85 commit 59aa3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/core/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{{- if .Values.global.enableHigressIstio }}
discoveryAddress: {{ printf "istiod.%s.svc" .Values.global.istioNamespace }}:15012
{{- else }}
discoveryAddress: higress-controller.{{.Release.Namespace}}.svc:15012
discoveryAddress: {{ include "controller.name" . }}.{{.Release.Namespace}}.svc:15012
{{- end }}
{{- end }}
proxyStatsMatcher:
Expand Down

0 comments on commit 59aa3b5

Please sign in to comment.