From 7f8bf5f4118fb9d1c2c4b7f33b38b3b1b05cbc5c Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Fri, 10 Jul 2020 08:57:22 -0500 Subject: [PATCH] Clean out old kustomize entrypoints This clears out stale YAML structure in preparation of migrating fresher entrypoints from airshipctl, and authoring of new ones. Change-Id: I5a006c7e4461b0cce2766b367e5e8494033f8b36 --- composite/kustomization.yaml | 0 functions/argo/kustomization.yaml | 2 -- functions/kustomization.yaml | 0 global/kustomization.yaml | 0 site/kustomization.yaml | 0 type/.gitkeep | 0 6 files changed, 2 deletions(-) delete mode 100644 composite/kustomization.yaml delete mode 100644 functions/argo/kustomization.yaml delete mode 100644 functions/kustomization.yaml delete mode 100644 global/kustomization.yaml delete mode 100644 site/kustomization.yaml delete mode 100644 type/.gitkeep diff --git a/composite/kustomization.yaml b/composite/kustomization.yaml deleted file mode 100644 index e69de29bb..000000000 diff --git a/functions/argo/kustomization.yaml b/functions/argo/kustomization.yaml deleted file mode 100644 index 567c15e33..000000000 --- a/functions/argo/kustomization.yaml +++ /dev/null @@ -1,2 +0,0 @@ -resources: -- github.com/argoproj/argo//manifests/namespace-install?ref=v2.4.2 diff --git a/functions/kustomization.yaml b/functions/kustomization.yaml deleted file mode 100644 index e69de29bb..000000000 diff --git a/global/kustomization.yaml b/global/kustomization.yaml deleted file mode 100644 index e69de29bb..000000000 diff --git a/site/kustomization.yaml b/site/kustomization.yaml deleted file mode 100644 index e69de29bb..000000000 diff --git a/type/.gitkeep b/type/.gitkeep deleted file mode 100644 index e69de29bb..000000000