From db98688217a39226db85c30551e8bd8e78ff2970 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 7 Aug 2024 07:50:37 -0500 Subject: [PATCH] :broom: Remove double quotes in RBAC manifests There were a few cases where we used double-quotes for verbs, but most of the manifest is written without them. This is just a consistency fix so they're all the same. --- config/rbac/operator_role.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rbac/operator_role.yaml b/config/rbac/operator_role.yaml index 4417aa962..36ef1a7fb 100644 --- a/config/rbac/operator_role.yaml +++ b/config/rbac/operator_role.yaml @@ -101,9 +101,9 @@ rules: resources: - servicemonitors verbs: - - "get" - - "create" - - "update" + - get + - create + - update - apiGroups: - apps resources: @@ -111,7 +111,7 @@ rules: resourceNames: - compliance-operator verbs: - - "update" + - update - apiGroups: - batch resources: