From 4c50020cdeb97820ed115695dc1ecbc67585041c Mon Sep 17 00:00:00 2001 From: LeadBlackTech Date: Tue, 17 Jan 2023 18:29:31 -0500 Subject: [PATCH] test --- helm-webapp/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-webapp/values.yaml b/helm-webapp/values.yaml index 2f332a2..83393de 100644 --- a/helm-webapp/values.yaml +++ b/helm-webapp/values.yaml @@ -5,8 +5,8 @@ port: 80 configmap: name: myhelmapp-configmap-v1 data: - CUSTOM_HEADER: 'This app was deployed with helm!' + CUSTOM_HEADER: 'LeadBlackTech-This app was deployed with helm!' image: name: devopsjourney1/mywebapp - tag: latest \ No newline at end of file + tag: latest