From 0fe83beb6a1a63b9100d7b124affac7e1033a1f5 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 15 Aug 2021 00:55:00 +0200 Subject: [PATCH] feat(resource-locker): Remove unused operator This operator is not needed as flux can handle these problems itself. Therefore it's removed and should no longer run in the cluster. --- infrastructure/resource-locker/kustomization.yaml | 5 ----- infrastructure/resource-locker/subscription.yaml | 10 ---------- 2 files changed, 15 deletions(-) delete mode 100644 infrastructure/resource-locker/kustomization.yaml delete mode 100644 infrastructure/resource-locker/subscription.yaml diff --git a/infrastructure/resource-locker/kustomization.yaml b/infrastructure/resource-locker/kustomization.yaml deleted file mode 100644 index 9d4435575..000000000 --- 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 9c6ae9598..000000000 --- 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 -- GitLab