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: commonMetadata:
labels: labels:
app.kubernetes.io/name: *app app.kubernetes.io/name: *app
path: ./nginx path: ./nginx/
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View file

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

View file

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

View file

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