From 8253e174980c782746457a6ad787465278987cd4 Mon Sep 17 00:00:00 2001 From: mowangdk Date: Fri, 16 Aug 2024 15:37:22 +0800 Subject: [PATCH] Add new env for private cloud --- deploy/chart/templates/controller.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/chart/templates/controller.yaml b/deploy/chart/templates/controller.yaml index ab9c76774..ae412a7e1 100644 --- a/deploy/chart/templates/controller.yaml +++ b/deploy/chart/templates/controller.yaml @@ -300,6 +300,8 @@ spec: value: HTTP - name: PRIVATE_CLOUD_TAG value: "true" + - name: X_ACSPROXY_ASCM_CONTEXT + value: {{ .Values.deploy.acsProxyASCMContext | quote }} {{- end }} {{- if .Values.deploy.withStorageController }} - name: ENABLE_NAS_SUBPATH_FINALIZER