From 173d6ded5e2d4f3c6c074330207ec72cb7ee8902 Mon Sep 17 00:00:00 2001 From: tarteo Date: Fri, 14 Jun 2024 14:26:32 +0200 Subject: [PATCH] [FIX] rescurse directory in master application set --- argocd_deployer/data/application_set_template.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd_deployer/data/application_set_template.xml b/argocd_deployer/data/application_set_template.xml index 5644239..1dcfbee 100644 --- a/argocd_deployer/data/application_set_template.xml +++ b/argocd_deployer/data/application_set_template.xml @@ -24,6 +24,8 @@ spec: repoURL: {{.config.repository_url}} targetRevision: {{.config.branch}} path: "{{ "{{ " }}.path.path{{ " }}" }}" + directory: + recurse: true destination: name: in-cluster namespace: "{{.application_set.namespace_prefix}}{{ "{{ " }}.path.basename{{ " }}" }}"