We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cea78 commit b49ab52Copy full SHA for b49ab52
components/sandbox/toolchain-member-operator/staging/kflux-stg-es01/kustomization.yaml
@@ -2,3 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
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
0 commit comments