diff --git a/infrastructure/resource-locker/kustomization.yaml b/infrastructure/resource-locker/kustomization.yaml deleted file mode 100644 index 9d4435575fb0c595c977697d242589b302432e97..0000000000000000000000000000000000000000 --- a/infrastructure/resource-locker/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -namespace: resource-locker-operator -resources: - - subscription.yaml diff --git a/infrastructure/resource-locker/subscription.yaml b/infrastructure/resource-locker/subscription.yaml deleted file mode 100644 index 9c6ae95980f4994fd5d1809b23fc4b05fab1313d..0000000000000000000000000000000000000000 --- a/infrastructure/resource-locker/subscription.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: operators.coreos.com/v1alpha1 -kind: Subscription -metadata: - name: resource-locker-operator - namespace: resource-locker-operator -spec: - channel: alpha - name: resource-locker-operator - source: community-operators - sourceNamespace: openshift-marketplace