From 81d8670f7f5cb212aadb0f60904dcaf61b8190ce Mon Sep 17 00:00:00 2001 From: Celene Date: Tue, 4 Jun 2024 14:36:47 -0400 Subject: [PATCH] update operator manager rbac --- config/rbac/role.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 646398e24..ba3a1cafe 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -723,3 +723,9 @@ rules: - datadogagentprofiles/finalizers verbs: - update +- apiGroups: + - "" + resources: + - pods/exec + verbs: + - create