Move namespaces out of terraform
This commit is contained in:
parent
865831f1de
commit
6cecb90baf
7 changed files with 66 additions and 20 deletions
5
charts/fluent-bit/Chart.yaml
Normal file
5
charts/fluent-bit/Chart.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
apiVersion: v2
|
||||
name: fluent-bit-namespace
|
||||
description: fluent-bit namespace with privileged PodSecurity
|
||||
type: application
|
||||
version: 0.1.0
|
||||
8
charts/fluent-bit/templates/namespace.yaml
Normal file
8
charts/fluent-bit/templates/namespace.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: fluent-bit
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
Loading…
Add table
Add a link
Reference in a new issue