-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add operator Namespace to the Subscription manifest work
...so the namespace is deleted on clean up. The namesapce used to get deleted via the agent add-on manifest work but that was removed b/c it interfered with submariner cleanup on the managed clusters. It was thought that deleting the Subscription would cause the installed operator components to be deleted but that's not the case - deleting a Subscription only unsubscribes from future updates and leaves the installation intact. Related to https://issues.redhat.com/browse/ACM-16491 Signed-off-by: Tom Pantelis <[email protected]>
- Loading branch information
1 parent
0707560
commit 9f1c83d
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
pkg/hub/submarineragent/manifests/operator/submariner-operator-namespace.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: {{ .InstallationNamespace }} |