Skip to content

Commit b822aa8

Browse files
authored
stone-stage-p01: remove member operator resources (#7488)
Member operator has been removed from the toolchain-member-operator namespace, so we can clean up all the remaining resources. Remove all resources from the toolchain-member-operator-stone-stage-p01 application (except the namespace, since argocd requires at least one resource). Signed-off-by: Andy Sadler <[email protected]>
1 parent ce695b0 commit b822aa8

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ../base
5-
patches:
6-
- patch: |
7-
$patch: delete
8-
apiVersion: operators.coreos.com/v1alpha1
9-
kind: Subscription
10-
metadata:
11-
name: dev-sandbox-member
12-
namespace: toolchain-member-operator
4+
- ns.yaml
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-member-operator

0 commit comments

Comments
 (0)