added suffix for path. Flux couldnt find Ks file

This commit is contained in:
maximilian.bartz 2025-04-30 11:42:56 +02:00
parent 3f1180edae
commit add151c934
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./nginx
path: ./nginx/
prune: true
sourceRef:
kind: GitRepository

View file

@ -7,7 +7,7 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./pvc
path: ./pvc/
prune: true
sourceRef:
kind: GitRepository

View file

@ -7,7 +7,7 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./dv
path: ./dv/
prune: true
sourceRef:
kind: GitRepository

View file

@ -7,7 +7,7 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./flavor
path: ./flavor/
prune: true
sourceRef:
kind: GitRepository