Add pod security labels to managedNamespaceMetadata in Prometheus application
This commit is contained in:
parent
61d77aa0eb
commit
1f1a35681a
@ -28,3 +28,8 @@ spec:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- SkipDryRunOnMissingResource=true
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
|
||||
Loading…
Reference in New Issue
Block a user