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>
This commit is contained in:
Peng Peng
2025-05-21 21:43:35 +08:00
committed by GitHub
parent 693d32bc2e
commit 79372a32af
451 changed files with 731 additions and 987 deletions

View File

@@ -0,0 +1,19 @@
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