From a46043fe74d7eb0366eae671857eb2fd777df9ab Mon Sep 17 00:00:00 2001 From: Zhang Date: Tue, 7 Jul 2020 16:53:31 -0700 Subject: [PATCH] move folders --- helm3-crd2/{helm3-crd => }/Chart.yaml | 0 helm3-crd2/{helm3-crd => }/crds/crd.yaml | 0 helm3-crd2/{helm3-crd => }/templates/config-map.yaml | 0 helm3-crd2/{helm3-crd => }/templates/crontab-cr.yaml | 0 helm3-crd2/{helm3-crd => }/values.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename helm3-crd2/{helm3-crd => }/Chart.yaml (100%) rename helm3-crd2/{helm3-crd => }/crds/crd.yaml (100%) rename helm3-crd2/{helm3-crd => }/templates/config-map.yaml (100%) rename helm3-crd2/{helm3-crd => }/templates/crontab-cr.yaml (100%) rename helm3-crd2/{helm3-crd => }/values.yaml (100%) diff --git a/helm3-crd2/helm3-crd/Chart.yaml b/helm3-crd2/Chart.yaml similarity index 100% rename from helm3-crd2/helm3-crd/Chart.yaml rename to helm3-crd2/Chart.yaml diff --git a/helm3-crd2/helm3-crd/crds/crd.yaml b/helm3-crd2/crds/crd.yaml similarity index 100% rename from helm3-crd2/helm3-crd/crds/crd.yaml rename to helm3-crd2/crds/crd.yaml diff --git a/helm3-crd2/helm3-crd/templates/config-map.yaml b/helm3-crd2/templates/config-map.yaml similarity index 100% rename from helm3-crd2/helm3-crd/templates/config-map.yaml rename to helm3-crd2/templates/config-map.yaml diff --git a/helm3-crd2/helm3-crd/templates/crontab-cr.yaml b/helm3-crd2/templates/crontab-cr.yaml similarity index 100% rename from helm3-crd2/helm3-crd/templates/crontab-cr.yaml rename to helm3-crd2/templates/crontab-cr.yaml diff --git a/helm3-crd2/helm3-crd/values.yaml b/helm3-crd2/values.yaml similarity index 100% rename from helm3-crd2/helm3-crd/values.yaml rename to helm3-crd2/values.yaml