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