mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(kubevirt): namespace
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ns.yaml
|
||||
- repo.yaml
|
||||
- ks.yaml
|
||||
- netpol.yaml
|
||||
|
||||
8
kube/deploy/vm/_kubevirt/ns.yaml
Normal file
8
kube/deploy/vm/_kubevirt/ns.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: kubevirt
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: "privileged"
|
||||
kubevirt.io: ""
|
||||
Reference in New Issue
Block a user