Skip to content

Commit ef45eca

Browse files
authored
stone-stage-p01: remove member-operator subscription (#7432)
In order to remove member-operator from stone-stage-p01, we need to first remove the subscription. This prevents OLM from installing any further updates to member-operator and allows us to safely scale down the deployment replica count to 0. Signed-off-by: Andy Sadler <[email protected]>
1 parent fa4fb4e commit ef45eca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/sandbox/toolchain-member-operator/staging/stone-stage-p01/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)