Skip to content

Commit

Permalink
Merge pull request projectcalico#8413 from KonstantinVishnivetskii/fi…
Browse files Browse the repository at this point in the history
…x/operator_manifest_uninstall_possibility

Fixed issues with uninstallation process
  • Loading branch information
marvin-tigera authored Jan 17, 2024
2 parents b2cde56 + 7f5db23 commit 044bc04
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 044bc04

Please sign in to comment.