From 0e5ef4127fa39b2edfc6282e12c23aad4703626a Mon Sep 17 00:00:00 2001 From: Ethan-Zhang Date: Tue, 21 Oct 2025 15:47:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8E=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/chart/euler_copilot/configs/framework/config.toml | 4 +--- .../euler_copilot/templates/framework/framework-storage.yaml | 2 +- deploy/chart/euler_copilot/templates/web/web-storage.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/deploy/chart/euler_copilot/configs/framework/config.toml b/deploy/chart/euler_copilot/configs/framework/config.toml index cfae6a8a..da667118 100644 --- a/deploy/chart/euler_copilot/configs/framework/config.toml +++ b/deploy/chart/euler_copilot/configs/framework/config.toml @@ -1,7 +1,5 @@ [no_auth] -enable = true -user_sub = "openEuler" -user_name = "openEuler" +enable = false [deploy] mode = 'local' diff --git a/deploy/chart/euler_copilot/templates/framework/framework-storage.yaml b/deploy/chart/euler_copilot/templates/framework/framework-storage.yaml index ab580159..25047e1b 100644 --- a/deploy/chart/euler_copilot/templates/framework/framework-storage.yaml +++ b/deploy/chart/euler_copilot/templates/framework/framework-storage.yaml @@ -27,5 +27,5 @@ spec: resources: requests: storage: {{ default "5Gi" .Values.storage.frameworkSemantics.size }} - volumeName: framework-semantics + volumeName: framework-semantics {{- end -}} diff --git a/deploy/chart/euler_copilot/templates/web/web-storage.yaml b/deploy/chart/euler_copilot/templates/web/web-storage.yaml index c9d4c388..a3d7c11e 100644 --- a/deploy/chart/euler_copilot/templates/web/web-storage.yaml +++ b/deploy/chart/euler_copilot/templates/web/web-storage.yaml @@ -11,5 +11,5 @@ spec: resources: requests: storage: {{ default "10Gi" .Values.storage.webAsset.size }} - volumeName: web-static + volumeName: web-static {{- end -}} \ No newline at end of file -- Gitee