now?!?!?
This commit is contained in:
parent
2c4c7c0c1b
commit
fac98b58ae
@ -27,16 +27,6 @@ spec:
|
|||||||
shortNames:
|
shortNames:
|
||||||
- cc
|
- cc
|
||||||
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: kubesphere-system
|
|
||||||
annotations:
|
|
||||||
pod-security.kubernetes.io/enforce: privileged
|
|
||||||
pod-security.kubernetes.io/audit: privileged
|
|
||||||
pod-security.kubernetes.io/warn: privileged
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
@ -3,5 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: kubesphere-system
|
namespace: kubesphere-system
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- config.yaml
|
- config.yaml
|
||||||
- installer.yaml
|
- installer.yaml
|
||||||
|
13
infrastructure/kube-sphere/namespace.yaml
Normal file
13
infrastructure/kube-sphere/namespace.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: kubesphere-system
|
||||||
|
labels:
|
||||||
|
pod-security.kubernetes.io/audit: privileged
|
||||||
|
pod-security.kubernetes.io/warn: privileged
|
||||||
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
|
annotations:
|
||||||
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
|
pod-security.kubernetes.io/audit: privileged
|
||||||
|
pod-security.kubernetes.io/warn: privileged
|
Reference in New Issue
Block a user