add exception for pod security for openbao

This commit is contained in:
2025-02-16 18:18:02 +01:00
parent 927d75ab62
commit 4a638bd760
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
# CSI driver requirement
cluster:
apiServer:
admissionControl:
- name: PodSecurity
configuration:
apiVersion: pod-security.admission.config.k8s.io/v1beta1
kind: PodSecurityConfiguration
exemptions:
namespaces:
- openbao