Files
Olares/build/installer/wizard/config/settings/templates/user-system-ns.yaml
eball e6c14e188b fix: numeric user name (#371)
Co-authored-by: liuyu <>
2024-08-24 00:20:02 +08:00

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