Files
kubesphere/config/ks-core/templates/workspace.yaml
smartcat999 7e2cafd15b update ks-core helm chart (#6401)
fix: cherrypick update ks-core helm chart

Signed-off-by: peng wu <2030047311@qq.com>
2025-03-11 09:57:48 +08:00

15 lines
458 B
YAML

{{ if eq (include "multicluster.role" .) "host" }}
apiVersion: tenant.kubesphere.io/v1beta1
kind: WorkspaceTemplate
metadata:
annotations:
kubesphere.io/creator: admin
kubesphere.io/description: "system-workspace is a built-in workspace automatically created by KubeSphere. It contains all system components to run KubeSphere."
name: system-workspace
spec:
placement:
clusterSelector: {}
template:
spec:
manager: admin
{{ end }}