* infisical: move namespace to os-protected * fix: lint error * fix: add namespace os-protected * fix: middleware request user * Update tapr-sidecar image version to 0.1.14
44 lines
764 B
YAML
44 lines
764 B
YAML
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
annotations:
|
|
kubesphere.io/creator: '{{ .Values.user.name }}'
|
|
labels:
|
|
kubesphere.io/workspace: system-workspace
|
|
name: os-network
|
|
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
annotations:
|
|
kubesphere.io/creator: '{{ .Values.user.name }}'
|
|
labels:
|
|
kubesphere.io/workspace: system-workspace
|
|
name: os-platform
|
|
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
annotations:
|
|
kubesphere.io/creator: '{{ .Values.user.name }}'
|
|
labels:
|
|
kubesphere.io/workspace: system-workspace
|
|
name: os-framework
|
|
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
annotations:
|
|
kubesphere.io/creator: '{{ .Values.user.name }}'
|
|
labels:
|
|
kubesphere.io/workspace: system-workspace
|
|
name: os-protected
|
|
|
|
|
|
|