apiVersion: v1 kind: Namespace metadata: annotations: kubesphere.io/creator: '{{ .Values.user.name }}' finalizers: - finalizers.kubesphere.io/namespaces labels: kubernetes.io/metadata.name: {{ .Values.namespace.name }} kubesphere.io/namespace: {{ .Values.namespace.name }} kubesphere.io/workspace: system-workspace name: {{ .Values.namespace.name }} spec: finalizers: - kubernetes status: phase: Active