Files
kubescape/examples/exceptions/exclude-deployments-in-ns-default.json
2021-11-14 14:31:53 +02:00

23 lines
535 B
JSON

[
{
"name": "exclude-deployments-in-ns-default",
"policyType": "postureExceptionPolicy",
"actions": [
"alertOnly"
],
"resources": [
{
"designatorType": "Attributes",
"attributes": {
"namespace": "default",
"kind": "Deployment"
}
}
],
"posturePolicies": [
{
"controlName": "Allowed hostPath"
}
]
}
]