fix: add privileged namespace for mcp hostPath
This commit is contained in:
parent
0aaaaf0e88
commit
11eec35557
1 changed files with 8 additions and 0 deletions
8
charts/mcp-auth-proxy/templates/namespace.yaml
Normal file
8
charts/mcp-auth-proxy/templates/namespace.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: mcp
|
||||
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