This commit is contained in:
dvirlabs 2025-07-28 12:19:57 +03:00
parent 234d35ca51
commit 0c6fe95c34
3 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@ spec:
repoURL: https://git.dvirlabs.com/dvirlabs/app-definition.git repoURL: https://git.dvirlabs.com/dvirlabs/app-definition.git
revision: HEAD revision: HEAD
files: files:
- path: env-sets/dev/services/svc-*.yaml # סורק כל svc-*.yaml - path: services/{{path.basename}}
template: template:
metadata: metadata:
name: '{{ path.basename | replace ".yaml" "" | replace "_" "-" | replace "." "-" | lower }}-dev' name: '{{ appname }}-dev'
spec: spec:
project: sandbox project: sandbox
destination: destination:
@ -24,7 +24,7 @@ spec:
path: ngnix-message path: ngnix-message
helm: helm:
valueFiles: valueFiles:
- env-sets/dev/services/{{path.basename}} # שימוש בקובץ הנוכחי - 'services/svc-*.yaml'
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true