From 7c5c52df485f8b1f639adea3335280b2a521193d Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Thu, 2 May 2024 18:08:14 -0700 Subject: [PATCH] Update list-elementsYaml-example.yaml --- .../list-elementsYaml-example.yaml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/applicationset/examples/list-generator/list-elementsYaml-example.yaml b/applicationset/examples/list-generator/list-elementsYaml-example.yaml index 4ceeff2b6e85b..cdea61ce8f59a 100644 --- a/applicationset/examples/list-generator/list-elementsYaml-example.yaml +++ b/applicationset/examples/list-generator/list-elementsYaml-example.yaml @@ -1,14 +1,14 @@ key: components: - - name: component1 - chart: podinfo - version: "6.3.2" - releaseName: component1 - repoUrl: "https://stefanprodan.github.io/podinfo" - namespace: component1 - # - name: component2 + # - name: component1 # chart: podinfo - # version: "6.3.3" - # releaseName: component2 - # repoUrl: "ghcr.io/stefanprodan/charts" - # namespace: component2 + # version: "6.3.2" + # releaseName: component1 + # repoUrl: "https://stefanprodan.github.io/podinfo" + # namespace: component1 + - name: component2 + chart: podinfo + version: "6.3.3" + releaseName: component2 + repoUrl: "ghcr.io/stefanprodan/charts" + namespace: component2