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