forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update list-elementsYaml-example.yaml
- Loading branch information
1 parent
3ae30b3
commit 7c5c52d
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
applicationset/examples/list-generator/list-elementsYaml-example.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |