From a4509d8598729bc1798b646ace45124aa21c7009 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Sun, 31 Oct 2021 13:06:01 +0100 Subject: [PATCH] zookeeper: remove image automation from kustom --- cluster/apps/presidential-paradise/zookeeper/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/apps/presidential-paradise/zookeeper/kustomization.yaml b/cluster/apps/presidential-paradise/zookeeper/kustomization.yaml index 536f4ba..3716bd7 100644 --- a/cluster/apps/presidential-paradise/zookeeper/kustomization.yaml +++ b/cluster/apps/presidential-paradise/zookeeper/kustomization.yaml @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - external-secret.yaml - - image-updater.yaml - deployment.yaml - svc.yaml - ingress.yaml