From 229a3cef832b228ad3143e472689092842098322 Mon Sep 17 00:00:00 2001 From: jshu0 Date: Wed, 16 Aug 2023 10:27:09 -0500 Subject: [PATCH] Change config map name --- weather-webapp/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-webapp/values.yaml b/weather-webapp/values.yaml index 020cc14b..cae0803b 100644 --- a/weather-webapp/values.yaml +++ b/weather-webapp/values.yaml @@ -3,7 +3,7 @@ appName: weatherapp port: 3000 configmap: - name: myhelmapp-configmap-v1 + name: weatherapp-configmap-v1 data: CUSTOM_HEADER: 'This app was deployed with helm!'