From d61b000af03d92dbe8a563c2bc94359d03d5200a Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Mon, 7 Feb 2022 10:05:02 +0100 Subject: [PATCH] removed generated kured kustomization from git --- .gitignore | 3 ++- kured/kustomization.yaml | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 kured/kustomization.yaml diff --git a/.gitignore b/.gitignore index 404e54b..64e5d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,8 @@ crash.log hetzner/ccm/kustomization.yaml hetzner/csi/kustomization.yaml +kured/kustomization.yaml kubeconfig.yaml kubeconfig.yaml-e terraform.tfvars -templates/rendered/traefik_config.yaml \ No newline at end of file +templates/rendered/traefik_config.yaml diff --git a/kured/kustomization.yaml b/kured/kustomization.yaml deleted file mode 100644 index f02b074..0000000 --- a/kured/kustomization.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -resources: -- "https://github.com/weaveworks/kured/releases/download/1.9.1/kured-1.9.1-dockerhub.yaml" - -patchesStrategicMerge: -- patch.yaml \ No newline at end of file