kubescape: Add exception for Prometheus SA automount of token

This commit is contained in:
Philip Gough
2022-08-02 20:37:35 +01:00
parent 89a931486c
commit 56f62c479b

View File

@@ -40,6 +40,13 @@
"kind": "Deployment",
"name": "prometheus-operator"
}
},
{
"designatorType": "Attributes",
"attributes": {
"kind": "ServiceAccount",
"name": "prometheus-k8s"
}
}
],
"posturePolicies": [
@@ -75,4 +82,4 @@
}
]
}
]
]