From 65bece09e57121f9dbdd208e65a2afba40dbfdbe Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Fri, 4 Sep 2020 09:57:23 -0500 Subject: [PATCH] Add update permissions to clusterroles --- olm/operator-resources/instana-agent-operator.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/olm/operator-resources/instana-agent-operator.yaml b/olm/operator-resources/instana-agent-operator.yaml index a6e564ab..aa282ac6 100644 --- a/olm/operator-resources/instana-agent-operator.yaml +++ b/olm/operator-resources/instana-agent-operator.yaml @@ -23,7 +23,7 @@ metadata: rules: # ------------------------------------------------------------------------- # The following are the resources created by the operator, -# the operator needs to list, watch, and create these resources. +# the operator needs to list, watch, create and update these resources. # ------------------------------------------------------------------------- - apiGroups: - '' @@ -41,6 +41,8 @@ rules: - 'list' - 'watch' - 'create' + - 'update' + - 'patch' # ------------------------------------------------------------------------- # The following need to be watched, but not created: # * Pods are created by the daemon set.