Files
Olares/build/base-package/wizard/config/settings/templates/user-namespace.yaml
Peng Peng 79372a32af feat: Merge the code currently scattered across the beclab and Above-os organizations into the https://github.com/beclab/Olares repository. (#1325)
* feat: refactor

* refactor apps folder

* feat: add vendor folder

* refactor: package scripts

---------

Co-authored-by: eball <liuy102@hotmail.com>
2025-05-21 21:43:35 +08:00

19 lines
436 B
YAML

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