From d62e0cf3070ddf4e11221598b53b2bc4eb623231 Mon Sep 17 00:00:00 2001 From: oskarasbrink Date: Fri, 16 Jan 2026 10:59:57 +0100 Subject: [PATCH] feature: add non-cf-path to point to repo instead of clusterforge soruces folder --- root/templates/cluster-apps.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/templates/cluster-apps.yaml b/root/templates/cluster-apps.yaml index 0dd21326..1f98935e 100644 --- a/root/templates/cluster-apps.yaml +++ b/root/templates/cluster-apps.yaml @@ -17,7 +17,11 @@ spec: source: repoURL: {{ .repoURL | default $clusterForgeRepoUrl }} targetRevision: {{ .repoVersion | default $clusterForgeTargetRevision }} + {{- if .repoURL }} + path: {{ .path }} + {{- else }} path: sources/{{ .path }} + {{- end }} {{- if .valuesFile }} helm: valueFiles: