diff --git a/templates/configmap.yaml b/templates/configmap.yaml index 98717d6..edc9716 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -6,109 +6,4 @@ metadata: data: index.html: | - - - - - - {{ .Values.environment }} - kub-web-test - - - -
-

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. -

- -
Current environment: {{ .Values.environment }}
-
- - +{{ tpl (.Files.Get "website/index.html") . | indent 4 }} diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000..deecdc2 --- /dev/null +++ b/website/index.html @@ -0,0 +1,106 @@ + + + + + + {{ .Values.environment }} - kub-web-test + + + +
+

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. +

+ +
Current environment: {{ .Values.environment }}
+
+ +