Promote 7cae72a435 to prod

This commit is contained in:
Kargo
2026-09-10 13:05:14 +00:00
parent 9af750af3f
commit f76137ae4d
+1 -11
View File
@@ -6,14 +6,4 @@ metadata:
data: data:
index.html: | index.html: |
<!doctype html> {{ tpl (.Files.Get "website/index.html") . | indent 4 }}
<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>