initial demo
This commit is contained in:
14
charts/demo-app/templates/configmap.yaml
Normal file
14
charts/demo-app/templates/configmap.yaml
Normal 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>
|
||||
Reference in New Issue
Block a user