From 382ce81a970816fde6bd997d12d7e6d2c2433d7f Mon Sep 17 00:00:00 2001 From: Samuel Vijaykumar M <mad.vijay@gmail.com> Date: Tue, 6 Sep 2022 11:31:06 +0530 Subject: [PATCH] Remove accidental commit of Kustomize --- example/operator/kustomization.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 example/operator/kustomization.yaml diff --git a/example/operator/kustomization.yaml b/example/operator/kustomization.yaml deleted file mode 100644 index 4683b6fd4..000000000 --- a/example/operator/kustomization.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -# NOTE: For testing you local change you could uncomment and override the following -# images: -# - name: quay.io/spotahome/redis-operator -# newName: your-repo/redis-operator -# newTag: your-tag - -images: -- name: quay.io/spotahome/redis-operator - newName: samof76/redis-operator - newTag: d51a76e4bcdbf1cba50aecc1e991b834cf10e06c - -resources: -- "rolebinding.yaml" -- "roles.yaml" -- "operator.yaml" -- "serviceaccount.yaml" - -namespace: redis-failover \ No newline at end of file -- GitLab