From b912318eb5b06cdda4c644618adf648b11bcde0a Mon Sep 17 00:00:00 2001 From: jshu0 Date: Wed, 16 Aug 2023 10:00:53 -0500 Subject: [PATCH] Change name to weather-webapp --- {helm-webapp => weather-webapp}/.helmignore | 0 {helm-webapp => weather-webapp}/Chart.yaml | 0 {helm-webapp => weather-webapp}/templates/NOTES.txt | 0 {helm-webapp => weather-webapp}/templates/configmap.yaml | 0 {helm-webapp => weather-webapp}/templates/deployment.yaml | 0 {helm-webapp => weather-webapp}/templates/service.yaml | 0 {helm-webapp => weather-webapp}/values-dev.yaml | 0 {helm-webapp => weather-webapp}/values-prod.yaml | 0 {helm-webapp => weather-webapp}/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {helm-webapp => weather-webapp}/.helmignore (100%) rename {helm-webapp => weather-webapp}/Chart.yaml (100%) rename {helm-webapp => weather-webapp}/templates/NOTES.txt (100%) rename {helm-webapp => weather-webapp}/templates/configmap.yaml (100%) rename {helm-webapp => weather-webapp}/templates/deployment.yaml (100%) rename {helm-webapp => weather-webapp}/templates/service.yaml (100%) rename {helm-webapp => weather-webapp}/values-dev.yaml (100%) rename {helm-webapp => weather-webapp}/values-prod.yaml (100%) rename {helm-webapp => weather-webapp}/values.yaml (100%) diff --git a/helm-webapp/.helmignore b/weather-webapp/.helmignore similarity index 100% rename from helm-webapp/.helmignore rename to weather-webapp/.helmignore diff --git a/helm-webapp/Chart.yaml b/weather-webapp/Chart.yaml similarity index 100% rename from helm-webapp/Chart.yaml rename to weather-webapp/Chart.yaml diff --git a/helm-webapp/templates/NOTES.txt b/weather-webapp/templates/NOTES.txt similarity index 100% rename from helm-webapp/templates/NOTES.txt rename to weather-webapp/templates/NOTES.txt diff --git a/helm-webapp/templates/configmap.yaml b/weather-webapp/templates/configmap.yaml similarity index 100% rename from helm-webapp/templates/configmap.yaml rename to weather-webapp/templates/configmap.yaml diff --git a/helm-webapp/templates/deployment.yaml b/weather-webapp/templates/deployment.yaml similarity index 100% rename from helm-webapp/templates/deployment.yaml rename to weather-webapp/templates/deployment.yaml diff --git a/helm-webapp/templates/service.yaml b/weather-webapp/templates/service.yaml similarity index 100% rename from helm-webapp/templates/service.yaml rename to weather-webapp/templates/service.yaml diff --git a/helm-webapp/values-dev.yaml b/weather-webapp/values-dev.yaml similarity index 100% rename from helm-webapp/values-dev.yaml rename to weather-webapp/values-dev.yaml diff --git a/helm-webapp/values-prod.yaml b/weather-webapp/values-prod.yaml similarity index 100% rename from helm-webapp/values-prod.yaml rename to weather-webapp/values-prod.yaml diff --git a/helm-webapp/values.yaml b/weather-webapp/values.yaml similarity index 100% rename from helm-webapp/values.yaml rename to weather-webapp/values.yaml