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:
@@ -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
|
||||
Reference in New Issue
Block a user