Convert metallb and matrix registraion to charts
This commit is contained in:
9
metallb/templates/namespace.yaml
Normal file
9
metallb/templates/namespace.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: {{ .Values.namespace }}
|
||||
labels:
|
||||
- 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