Move namespaces out of terraform

This commit is contained in:
Ian Keane 2026-08-18 13:46:49 -04:00
parent 865831f1de
commit 6cecb90baf
7 changed files with 66 additions and 20 deletions

View file

@ -0,0 +1,5 @@
apiVersion: v2
name: fluent-bit-namespace
description: fluent-bit namespace with privileged PodSecurity
type: application
version: 0.1.0

View 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