Skip to content

Commit ac6b0a3

Browse files
Fixed last example with external repo
1 parent 60c828b commit ac6b0a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

helm-multi-source/03-external-repo/all-my-envs-appset-with-version.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: ApplicationSet
33
metadata:
4-
name: all-my-envs-from-repo-with-version
4+
name: all-my-envs
55
namespace: argocd
66
spec:
77
goTemplate: true
88
goTemplateOptions: ["missingkey=error"]
99
generators:
1010
- git:
11-
repoURL: https://github.com/kostis-codefresh/multi-sources-example.git
11+
repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git
1212
revision: HEAD
1313
files:
14-
- path: "appsets/4-final/env-config/**/config.json"
14+
- path: "helm-multi-source/03-external-config/env-config/**/config.json"
1515
template:
1616
metadata:
1717
name: '{{.env}}'
@@ -30,7 +30,7 @@ spec:
3030
- $values/my-values/env-type/{{.type}}-values.yaml
3131
- $values/my-values/regions/{{.region}}-values.yaml
3232
- $values/my-values/envs/{{.env}}-values.yaml
33-
- repoURL: 'https://github.com/kostis-codefresh/multi-sources-example.git'
33+
- repoURL: 'https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git'
3434
targetRevision: HEAD
3535
ref: values
3636

@@ -46,4 +46,4 @@ spec:
4646
automated:
4747
prune: true
4848
selfHeal: true
49-
49+

0 commit comments

Comments
 (0)