diff --git a/openshift-ai/operator/overlays/fast-3.x/kustomization.yaml b/openshift-ai/operator/overlays/fast-3.x/kustomization.yaml new file mode 100644 index 00000000..975881f4 --- /dev/null +++ b/openshift-ai/operator/overlays/fast-3.x/kustomization.yaml @@ -0,0 +1,11 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ../../base + +patches: + - target: + kind: Subscription + name: rhods-operator + path: patch-channel.yaml diff --git a/openshift-ai/operator/overlays/fast-3.x/patch-channel.yaml b/openshift-ai/operator/overlays/fast-3.x/patch-channel.yaml new file mode 100644 index 00000000..70bd2400 --- /dev/null +++ b/openshift-ai/operator/overlays/fast-3.x/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: fast-3.x