Try to fix dev appset
This commit is contained in:
parent
2522a450af
commit
bf6fd48bdd
@ -12,7 +12,7 @@ spec:
|
|||||||
- path: env-sets/dev/services/*.yaml
|
- path: env-sets/dev/services/*.yaml
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: svc-{{ path.basename }}
|
name: '{{path.basenameWithoutExtension}}'
|
||||||
spec:
|
spec:
|
||||||
project: sandbox
|
project: sandbox
|
||||||
source:
|
source:
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
message: "Welcome to svc-1 in dev"
|
|
||||||
image:
|
|
||||||
repository: nginx
|
|
||||||
tag: stable
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
service:
|
|
||||||
name: svc-1 # 🟡 OPTIONAL: if your chart supports it
|
|
||||||
type: ClusterIP
|
|
||||||
port: 80
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
message: "Welcome to svc-1 in int"
|
|
||||||
image:
|
|
||||||
repository: nginx
|
|
||||||
tag: stable
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
service:
|
|
||||||
name: svc-1 # 🟡 OPTIONAL: if your chart supports it
|
|
||||||
type: ClusterIP
|
|
||||||
port: 80
|
|
||||||
Loading…
x
Reference in New Issue
Block a user