Skip to content

Commit 92fd6b1

Browse files
authored
remove host-operator config from stage-p01 (#7431)
Sandbox's host-operator has been removed from stone-stage-p01, so none of these resources are needed anymore. However, we can't have an empty Application in argo, since it will begin complaining about an empty kustomization manifest. Until the remaining staging clusters have also had host-operator migrated, remove everything but the toolchain-host-operator namespace. Signed-off-by: Andy Sadler <[email protected]>
1 parent f1e1bbc commit 92fd6b1

File tree

5 files changed

+6
-131
lines changed

5 files changed

+6
-131
lines changed
Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3+
namespace: toolchain-host-operator
34
resources:
4-
- ../../base
5-
- toolchainconfig.yaml
6-
- space-provisioner-configs.yaml
7-
- network-policy.yaml
8-
- ../../../tiers/staging
9-
patches:
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
5+
- ns.yaml

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

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: toolchain-host-operator

components/sandbox/toolchain-host-operator/staging/stone-stage-p01/space-provisioner-configs.yaml

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

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

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

0 commit comments

Comments
 (0)