Add dummy tpls
This commit is contained in:
parent
7a879f5ff1
commit
d4be11fd65
@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: test
|
||||
namespace: test
|
||||
labels:
|
||||
component: bootstrap
|
||||
data:
|
||||
|
8
tpls/dummy-cleanup.yaml
Normal file
8
tpls/dummy-cleanup.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
generateName: hetzner-cleanup
|
||||
namespace: "${SP_TEKTON_RUNTIME_NS}"
|
||||
data:
|
||||
namespace: ${SP_CUSTOMER_ID}
|
||||
environment: ${SP_ENVIRONMENT}
|
9
tpls/dummy-k3s.yaml
Normal file
9
tpls/dummy-k3s.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
generatename: hetzner-k3s
|
||||
namespace: "${SP_TEKTON_RUNTIME_NS}"
|
||||
data:
|
||||
namespace: ${SP_CUSTOMER_ID}
|
||||
environment: ${SP_ENVIRONMENT}
|
Loading…
Reference in New Issue
Block a user