Skip to content

Commit

Permalink
Add permissions to manage StatefulSets
Browse files Browse the repository at this point in the history
Related to openshift-knative#1666

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi committed Aug 8, 2022
1 parent 98573fb commit 557f0ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -240,6 +240,8 @@ spec:
resources:
- deployments
- deployments/finalizers # For monitoring resources to set their ownerRef correctly
- statefulsets
- statefulsets/finalizers # For monitoring resources to set their ownerRef correctly
verbs:
- "*"
- apiGroups:
Expand Down
2 changes: 2 additions & 0 deletions templates/csv.yaml
Expand Up @@ -243,6 +243,8 @@ spec:
resources:
- deployments
- deployments/finalizers # For monitoring resources to set their ownerRef correctly
- statefulsets
- statefulsets/finalizers # For monitoring resources to set their ownerRef correctly
verbs:
- "*"
- apiGroups:
Expand Down

0 comments on commit 557f0ef

Please sign in to comment.