From 66f2775e335f013d73df700cc2d596bcb92ee38a Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Mon, 30 Sep 2024 15:36:50 +0800 Subject: [PATCH] refactor chart --- {cobalt_chart => cobalt-chart}/.helmignore | 0 {cobalt_chart => cobalt-chart}/Chart.yaml | 0 {cobalt_chart => cobalt-chart}/templates/NOTES.txt | 0 {cobalt_chart => cobalt-chart}/templates/_helpers.tpl | 0 {cobalt_chart => cobalt-chart}/templates/deployment.yaml | 0 {cobalt_chart => cobalt-chart}/templates/hpa.yaml | 0 {cobalt_chart => cobalt-chart}/templates/ingress.yaml | 0 {cobalt_chart => cobalt-chart}/templates/service.yaml | 0 .../templates/tests/test-connection.yaml | 0 {cobalt_chart => cobalt-chart}/values.yaml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {cobalt_chart => cobalt-chart}/.helmignore (100%) rename {cobalt_chart => cobalt-chart}/Chart.yaml (100%) rename {cobalt_chart => cobalt-chart}/templates/NOTES.txt (100%) rename {cobalt_chart => cobalt-chart}/templates/_helpers.tpl (100%) rename {cobalt_chart => cobalt-chart}/templates/deployment.yaml (100%) rename {cobalt_chart => cobalt-chart}/templates/hpa.yaml (100%) rename {cobalt_chart => cobalt-chart}/templates/ingress.yaml (100%) rename {cobalt_chart => cobalt-chart}/templates/service.yaml (100%) rename {cobalt_chart => cobalt-chart}/templates/tests/test-connection.yaml (100%) rename {cobalt_chart => cobalt-chart}/values.yaml (100%) diff --git a/cobalt_chart/.helmignore b/cobalt-chart/.helmignore similarity index 100% rename from cobalt_chart/.helmignore rename to cobalt-chart/.helmignore diff --git a/cobalt_chart/Chart.yaml b/cobalt-chart/Chart.yaml similarity index 100% rename from cobalt_chart/Chart.yaml rename to cobalt-chart/Chart.yaml diff --git a/cobalt_chart/templates/NOTES.txt b/cobalt-chart/templates/NOTES.txt similarity index 100% rename from cobalt_chart/templates/NOTES.txt rename to cobalt-chart/templates/NOTES.txt diff --git a/cobalt_chart/templates/_helpers.tpl b/cobalt-chart/templates/_helpers.tpl similarity index 100% rename from cobalt_chart/templates/_helpers.tpl rename to cobalt-chart/templates/_helpers.tpl diff --git a/cobalt_chart/templates/deployment.yaml b/cobalt-chart/templates/deployment.yaml similarity index 100% rename from cobalt_chart/templates/deployment.yaml rename to cobalt-chart/templates/deployment.yaml diff --git a/cobalt_chart/templates/hpa.yaml b/cobalt-chart/templates/hpa.yaml similarity index 100% rename from cobalt_chart/templates/hpa.yaml rename to cobalt-chart/templates/hpa.yaml diff --git a/cobalt_chart/templates/ingress.yaml b/cobalt-chart/templates/ingress.yaml similarity index 100% rename from cobalt_chart/templates/ingress.yaml rename to cobalt-chart/templates/ingress.yaml diff --git a/cobalt_chart/templates/service.yaml b/cobalt-chart/templates/service.yaml similarity index 100% rename from cobalt_chart/templates/service.yaml rename to cobalt-chart/templates/service.yaml diff --git a/cobalt_chart/templates/tests/test-connection.yaml b/cobalt-chart/templates/tests/test-connection.yaml similarity index 100% rename from cobalt_chart/templates/tests/test-connection.yaml rename to cobalt-chart/templates/tests/test-connection.yaml diff --git a/cobalt_chart/values.yaml b/cobalt-chart/values.yaml similarity index 100% rename from cobalt_chart/values.yaml rename to cobalt-chart/values.yaml