From d55157ab683824c76ebf2f1479ae070d20a1d210 Mon Sep 17 00:00:00 2001 From: Lars Delhage Date: Tue, 18 Feb 2025 09:22:35 +0100 Subject: [PATCH] Fix path.segments --- applicationsets/applicationset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applicationsets/applicationset.yaml b/applicationsets/applicationset.yaml index 4b388bd..ce03eef 100644 --- a/applicationsets/applicationset.yaml +++ b/applicationsets/applicationset.yaml @@ -14,7 +14,7 @@ spec: - path: 'customers/overlays/*' template: metadata: - name: '{{index .path.segments 2}}-{{index .path.segments 3}}' + name: '{{index .path.segments 2}}' spec: project: default source: -- 2.45.3