organize overlays by stages instead of envs

Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
Kent
2023-07-11 12:56:36 -04:00
parent dc84502b8b
commit 59a9ef6993
6 changed files with 2 additions and 2 deletions

17
stages/uat/configmap.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kargo-demo-content
data:
index.html: |-
<!DOCTYPE html>
<html>
<head>
<title>uat</title>
</head>
<body>
<h1>uat</h1>
</body>
</html>