Initial Helm and Kargo setup
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-web-content
|
||||
|
||||
data:
|
||||
index.html: |
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Values.environment }} - kub-web-test</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ .Values.environment }}</h1>
|
||||
<p>kub-web-test deployed with Helm, Argo CD and Kargo.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user