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