initial demo

This commit is contained in:
Hans Dominik Werner
2026-04-15 21:53:39 +02:00
commit d3991b7a85
12 changed files with 312 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: demo-app-html
data:
index.html: |
<html>
<head><title>GitOps Demo</title></head>
<body>
<h1>Argo CD + Helm Demo</h1>
<p>Message: {{ .Values.message }}</p>
<p>Image tag: {{ .Values.image.tag }}</p>
</body>
</html>