organize overlays by stages instead of envs
Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
17
stages/uat/configmap.yaml
Normal file
17
stages/uat/configmap.yaml
Normal 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>
|
||||
Reference in New Issue
Block a user