Skip to content

Commit 8ef1267

Browse files
authored
remove host operator subscription from stage-p01 (#7422)
As a part of the kubesaw decommissioning, we need to remove host-operator's ability to manage resources. The easiest way to do this is to remove the Subscription resource, which will remove the pods running host-operator. Signed-off-by: Andy Sadler <[email protected]>
1 parent c559389 commit 8ef1267

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

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

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

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

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

0 commit comments

Comments
 (0)