Skip to content

Commit

Permalink
Add update permissions to clusterroles
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrisbin authored and dlbock committed Sep 4, 2020
1 parent fbe8182 commit 65bece0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion olm/operator-resources/instana-agent-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- ''
Expand All @@ -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.
Expand Down

0 comments on commit 65bece0

Please sign in to comment.