Try to fix dev appset

This commit is contained in:
dvirlabs 2025-07-27 21:14:53 +03:00
parent 2522a450af
commit bf6fd48bdd
4 changed files with 1 additions and 19 deletions

View File

@ -12,7 +12,7 @@ spec:
- path: env-sets/dev/services/*.yaml
template:
metadata:
name: svc-{{ path.basename }}
name: '{{path.basenameWithoutExtension}}'
spec:
project: sandbox
source:

View File

@ -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

View File

@ -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