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
|
||||
template:
|
||||
metadata:
|
||||
name: svc-{{ path.basename }}
|
||||
name: '{{path.basenameWithoutExtension}}'
|
||||
spec:
|
||||
project: sandbox
|
||||
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