init
This commit is contained in:
10
helm/loki-stack/templates/namespace.yaml
Normal file
10
helm/loki-stack/templates/namespace.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- if .Values.createNamespace }}
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: {{ .Release.Namespace }}
|
||||
labels:
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user