diff --git a/frontend/desktop/deploy/README.md b/frontend/desktop/deploy/README.md index 3aed86ca256..58733b02d3c 100644 --- a/frontend/desktop/deploy/README.md +++ b/frontend/desktop/deploy/README.md @@ -56,7 +56,11 @@ spec: keywords: "Sealos Cloud" scripts: [] common: - githubStarEnabled: "false" + githubStarEnabled: false + workorderEnabled: false + accountSettingEnabled: true + docsUrl: "https://sealos.run/docs/Intro/" + aiAssistantEnabled: false auth: proxyAddress: "" callbackURL: "https://127.0.0.1.nip.io/callback" diff --git a/frontend/desktop/deploy/manifests/configmap.yaml.tmpl b/frontend/desktop/deploy/manifests/configmap.yaml.tmpl index 19144e8ee6d..77c3634b860 100644 --- a/frontend/desktop/deploy/manifests/configmap.yaml.tmpl +++ b/frontend/desktop/deploy/manifests/configmap.yaml.tmpl @@ -31,6 +31,10 @@ data: scripts: [] common: githubStarEnabled: true + workorderEnabled: false + accountSettingEnabled: true + docsUrl: "https://sealos.run/docs/Intro/" + aiAssistantEnabled: false auth: proxyAddress: "" callbackURL: "https://{{ .cloudDomain }}{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}/callback"