Skip to content

Commit 1bc72f0

Browse files
authored
stone-stg-host: remove host-operator subscription (#7434)
We can remove host-operator from stone-stg-host, since we will no longer be needing it for namespace management. The first step to do this is to remove the Subscription from stone-stg-host so that the deployments can be safely scaled to zero. Signed-off-by: Andy Sadler <[email protected]>
1 parent 8dc3450 commit 1bc72f0

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

components/sandbox/toolchain-host-operator/staging/stone-stg-host/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ resources:
88
- ../../../user-management/staging/generated-manifests/host
99
- ../../../tiers/staging
1010
patches:
11-
- path: patch_resources.yaml
11+
- patch: |
12+
$patch: delete
13+
apiVersion: operators.coreos.com/v1alpha1
14+
kind: Subscription
15+
metadata:
16+
name: dev-sandbox-host
17+
namespace: toolchain-host-operator

components/sandbox/toolchain-host-operator/staging/stone-stg-host/patch_resources.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)