support configuration domain suffix (#460) (#463)

Co-authored-by: 澄潭 <zty98751@alibaba-inc.com>
This commit is contained in:
teijin
2023-08-07 16:26:51 +08:00
committed by GitHub
parent d307d0e755
commit 8c206a6456
2 changed files with 8 additions and 1 deletions

View File

@@ -202,6 +202,8 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.serviceAccountName
- name: DOMAIN_SUFFIX
value: {{ .Values.global.proxy.clusterDomain }}
{{- if .Values.controller.env }}
{{- range $key, $val := .Values.controller.env }}
- name: {{ $key }}