diff --git a/example/operator/kustomization.yaml b/example/operator/kustomization.yaml
deleted file mode 100644
index 4683b6fd42734a135e90ca6d7ab8065fd99f33c0..0000000000000000000000000000000000000000
--- 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