From b6c1c9f2438a8a14769447179595ed84d7a9457a Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 13 Aug 2021 20:20:50 +0200 Subject: [PATCH] Update namespace for resource locker operator --- infrastructure/resource-locker/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/resource-locker/kustomization.yaml b/infrastructure/resource-locker/kustomization.yaml index 31cbef5df..9d4435575 100644 --- a/infrastructure/resource-locker/kustomization.yaml +++ b/infrastructure/resource-locker/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: rook-ceph +namespace: resource-locker-operator resources: - subscription.yaml -- GitLab