From 3311fd27f2ab42f7b886ef8007a647424b618e2c Mon Sep 17 00:00:00 2001 From: Lily Cohen Date: Wed, 7 Jun 2023 13:31:58 -0600 Subject: [PATCH] move chart to different dir --- {chart => charts/calckey}/.helmignore | 0 {chart => charts/calckey}/Chart.yaml | 0 {chart => charts/calckey}/README.md | 0 {chart => charts/calckey}/templates/NOTES.txt | 0 {chart => charts/calckey}/templates/_helpers.tpl | 0 {chart => charts/calckey}/templates/deployment.yaml | 0 {chart => charts/calckey}/templates/hpa.yaml | 0 {chart => charts/calckey}/templates/ingress.yaml | 0 {chart => charts/calckey}/templates/job-db-migrate.yaml | 0 {chart => charts/calckey}/templates/secret-config.yaml | 0 {chart => charts/calckey}/templates/service.yaml | 0 {chart => charts/calckey}/templates/serviceaccount.yaml | 0 {chart => charts/calckey}/templates/tests/test-connection.yaml | 0 {chart => charts/calckey}/values.yaml | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {chart => charts/calckey}/.helmignore (100%) rename {chart => charts/calckey}/Chart.yaml (100%) rename {chart => charts/calckey}/README.md (100%) rename {chart => charts/calckey}/templates/NOTES.txt (100%) rename {chart => charts/calckey}/templates/_helpers.tpl (100%) rename {chart => charts/calckey}/templates/deployment.yaml (100%) rename {chart => charts/calckey}/templates/hpa.yaml (100%) rename {chart => charts/calckey}/templates/ingress.yaml (100%) rename {chart => charts/calckey}/templates/job-db-migrate.yaml (100%) rename {chart => charts/calckey}/templates/secret-config.yaml (100%) rename {chart => charts/calckey}/templates/service.yaml (100%) rename {chart => charts/calckey}/templates/serviceaccount.yaml (100%) rename {chart => charts/calckey}/templates/tests/test-connection.yaml (100%) rename {chart => charts/calckey}/values.yaml (100%) diff --git a/chart/.helmignore b/charts/calckey/.helmignore similarity index 100% rename from chart/.helmignore rename to charts/calckey/.helmignore diff --git a/chart/Chart.yaml b/charts/calckey/Chart.yaml similarity index 100% rename from chart/Chart.yaml rename to charts/calckey/Chart.yaml diff --git a/chart/README.md b/charts/calckey/README.md similarity index 100% rename from chart/README.md rename to charts/calckey/README.md diff --git a/chart/templates/NOTES.txt b/charts/calckey/templates/NOTES.txt similarity index 100% rename from chart/templates/NOTES.txt rename to charts/calckey/templates/NOTES.txt diff --git a/chart/templates/_helpers.tpl b/charts/calckey/templates/_helpers.tpl similarity index 100% rename from chart/templates/_helpers.tpl rename to charts/calckey/templates/_helpers.tpl diff --git a/chart/templates/deployment.yaml b/charts/calckey/templates/deployment.yaml similarity index 100% rename from chart/templates/deployment.yaml rename to charts/calckey/templates/deployment.yaml diff --git a/chart/templates/hpa.yaml b/charts/calckey/templates/hpa.yaml similarity index 100% rename from chart/templates/hpa.yaml rename to charts/calckey/templates/hpa.yaml diff --git a/chart/templates/ingress.yaml b/charts/calckey/templates/ingress.yaml similarity index 100% rename from chart/templates/ingress.yaml rename to charts/calckey/templates/ingress.yaml diff --git a/chart/templates/job-db-migrate.yaml b/charts/calckey/templates/job-db-migrate.yaml similarity index 100% rename from chart/templates/job-db-migrate.yaml rename to charts/calckey/templates/job-db-migrate.yaml diff --git a/chart/templates/secret-config.yaml b/charts/calckey/templates/secret-config.yaml similarity index 100% rename from chart/templates/secret-config.yaml rename to charts/calckey/templates/secret-config.yaml diff --git a/chart/templates/service.yaml b/charts/calckey/templates/service.yaml similarity index 100% rename from chart/templates/service.yaml rename to charts/calckey/templates/service.yaml diff --git a/chart/templates/serviceaccount.yaml b/charts/calckey/templates/serviceaccount.yaml similarity index 100% rename from chart/templates/serviceaccount.yaml rename to charts/calckey/templates/serviceaccount.yaml diff --git a/chart/templates/tests/test-connection.yaml b/charts/calckey/templates/tests/test-connection.yaml similarity index 100% rename from chart/templates/tests/test-connection.yaml rename to charts/calckey/templates/tests/test-connection.yaml diff --git a/chart/values.yaml b/charts/calckey/values.yaml similarity index 100% rename from chart/values.yaml rename to charts/calckey/values.yaml