From bd8f323ba92c49e8c3829a3cc92c5337fc46f04b Mon Sep 17 00:00:00 2001 From: seemywings Date: Wed, 28 Aug 2024 13:38:30 -0400 Subject: [PATCH] mv cd-demo helm --- {cd-demo => helm}/.helmignore | 0 {cd-demo => helm}/Chart.yaml | 0 {cd-demo => helm}/templates/NOTES.txt | 0 {cd-demo => helm}/templates/_helpers.tpl | 0 {cd-demo => helm}/templates/deployment.yaml | 0 {cd-demo => helm}/templates/hpa.yaml | 0 {cd-demo => helm}/templates/ingress.yaml | 0 {cd-demo => helm}/templates/service.yaml | 0 {cd-demo => helm}/templates/serviceaccount.yaml | 0 {cd-demo => helm}/templates/tests/test-connection.yaml | 0 {cd-demo => helm}/values.yaml | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {cd-demo => helm}/.helmignore (100%) rename {cd-demo => helm}/Chart.yaml (100%) rename {cd-demo => helm}/templates/NOTES.txt (100%) rename {cd-demo => helm}/templates/_helpers.tpl (100%) rename {cd-demo => helm}/templates/deployment.yaml (100%) rename {cd-demo => helm}/templates/hpa.yaml (100%) rename {cd-demo => helm}/templates/ingress.yaml (100%) rename {cd-demo => helm}/templates/service.yaml (100%) rename {cd-demo => helm}/templates/serviceaccount.yaml (100%) rename {cd-demo => helm}/templates/tests/test-connection.yaml (100%) rename {cd-demo => helm}/values.yaml (100%) diff --git a/cd-demo/.helmignore b/helm/.helmignore similarity index 100% rename from cd-demo/.helmignore rename to helm/.helmignore diff --git a/cd-demo/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from cd-demo/Chart.yaml rename to helm/Chart.yaml diff --git a/cd-demo/templates/NOTES.txt b/helm/templates/NOTES.txt similarity index 100% rename from cd-demo/templates/NOTES.txt rename to helm/templates/NOTES.txt diff --git a/cd-demo/templates/_helpers.tpl b/helm/templates/_helpers.tpl similarity index 100% rename from cd-demo/templates/_helpers.tpl rename to helm/templates/_helpers.tpl diff --git a/cd-demo/templates/deployment.yaml b/helm/templates/deployment.yaml similarity index 100% rename from cd-demo/templates/deployment.yaml rename to helm/templates/deployment.yaml diff --git a/cd-demo/templates/hpa.yaml b/helm/templates/hpa.yaml similarity index 100% rename from cd-demo/templates/hpa.yaml rename to helm/templates/hpa.yaml diff --git a/cd-demo/templates/ingress.yaml b/helm/templates/ingress.yaml similarity index 100% rename from cd-demo/templates/ingress.yaml rename to helm/templates/ingress.yaml diff --git a/cd-demo/templates/service.yaml b/helm/templates/service.yaml similarity index 100% rename from cd-demo/templates/service.yaml rename to helm/templates/service.yaml diff --git a/cd-demo/templates/serviceaccount.yaml b/helm/templates/serviceaccount.yaml similarity index 100% rename from cd-demo/templates/serviceaccount.yaml rename to helm/templates/serviceaccount.yaml diff --git a/cd-demo/templates/tests/test-connection.yaml b/helm/templates/tests/test-connection.yaml similarity index 100% rename from cd-demo/templates/tests/test-connection.yaml rename to helm/templates/tests/test-connection.yaml diff --git a/cd-demo/values.yaml b/helm/values.yaml similarity index 100% rename from cd-demo/values.yaml rename to helm/values.yaml