Skip to content

Commit 537a97c

Browse files
authored
Remove member operator subscription on RH01 (#7517)
Signed-off-by: Max Shaposhnyk <[email protected]>
1 parent 86f2a01 commit 537a97c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../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

0 commit comments

Comments
 (0)