From 19923c598bf662ddd23757819ae5876ea5eac1ec Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Thu, 30 Oct 2025 21:30:28 +0100 Subject: [PATCH] Incorrect branch definition --- appset/applicationset.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appset/applicationset.yaml b/appset/applicationset.yaml index d9f87b8..10953d2 100644 --- a/appset/applicationset.yaml +++ b/appset/applicationset.yaml @@ -9,8 +9,7 @@ spec: generators: - git: repoURL: https://git.mvzijl.nl/marco/veda.git - revision: HEAD - branch: applicationset-rewrite + revision: applicationset-rewrite directories: - path: apps/* template: @@ -22,8 +21,7 @@ spec: project: default source: repoURL: https://git.mvzijl.nl/marco/veda.git - targetRevision: HEAD - branch: applicationset-rewrite + targetRevision: applicationset-rewrite path: '{{.path.path}}' destination: server: https://kubernetes.default.svc