move values to global

This commit is contained in:
zty98751
2022-11-01 18:46:21 +08:00
parent 2cc3471d32
commit 7d5d505b7d
3 changed files with 6 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
configSources:
- address: k8s://
- address: {{ printf "xds://%s.%s:%s" .Values.higress.name .Values.higress.namespace .Values.higress.port }}
- address: {{ printf "xds://%s.%s:%s" .Values.global.higressName .Values.global.higressNamespace .Values.global.higressPort }}
defaultConfig:
{{- if .Values.global.meshID }}