Skip to content

Commit

Permalink
Fixed issues with uninstallation process (#8547)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin Vishnivetskii <Konstantin_Vishnivetskii@epam.com>
  • Loading branch information
sridhartigera and KonstantinVishnivetskii committed Feb 21, 2024
1 parent 315636a commit 36413f2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Expand Up @@ -122,6 +122,14 @@ rules:
verbs:
- create
- delete
# In addition to the above, the operator should have the ability to delete their own resources during uninstallation.
- apiGroups:
- operator.tigera.io
resources:
- installations
- apiservers
verbs:
- delete
- apiGroups:
- networking.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions manifests/ocp/02-role-tigera-operator.yaml
Expand Up @@ -122,6 +122,14 @@ rules:
verbs:
- create
- delete
# In addition to the above, the operator should have the ability to delete their own resources during uninstallation.
- apiGroups:
- operator.tigera.io
resources:
- installations
- apiservers
verbs:
- delete
- apiGroups:
- networking.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions manifests/tigera-operator.yaml
Expand Up @@ -25105,6 +25105,14 @@ rules:
verbs:
- create
- delete
# In addition to the above, the operator should have the ability to delete their own resources during uninstallation.
- apiGroups:
- operator.tigera.io
resources:
- installations
- apiservers
verbs:
- delete
- apiGroups:
- networking.k8s.io
resources:
Expand Down

0 comments on commit 36413f2

Please sign in to comment.