diff --git a/templates/configmap.yaml b/templates/configmap.yaml
index b2b26e1..98717d6 100644
--- a/templates/configmap.yaml
+++ b/templates/configmap.yaml
@@ -7,13 +7,108 @@ metadata:
data:
index.html: |
-
+
+
{{ .Values.environment }} - kub-web-test
+
- {{ .Values.environment }}
- kub-web-test deployed with Helm, Argo CD and Kargo.
+
+ Kubernetes GitOps demo
+ kub-web-test
+
+ This static site is served by nginx from a Helm chart, deployed by Argo CD,
+ and promoted through Kargo from dev to staging to production.
+
+
+ - dev branch
+ - DEV site
+ - STAGING approval
+ - PROD release
+
+ Current environment: {{ .Values.environment }}
+