File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
helm-multi-source/03-external-repo Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : argoproj.io/v1alpha1
2
2
kind : ApplicationSet
3
3
metadata :
4
- name : all-my-envs-from-repo-with-version
4
+ name : all-my-envs
5
5
namespace : argocd
6
6
spec :
7
7
goTemplate : true
8
8
goTemplateOptions : ["missingkey=error"]
9
9
generators :
10
10
- 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
12
12
revision : HEAD
13
13
files :
14
- - path : " appsets/4-final /env-config/**/config.json"
14
+ - path : " helm-multi-source/03-external-config /env-config/**/config.json"
15
15
template :
16
16
metadata :
17
17
name : ' {{.env}}'
30
30
- $values/my-values/env-type/{{.type}}-values.yaml
31
31
- $values/my-values/regions/{{.region}}-values.yaml
32
32
- $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'
34
34
targetRevision : HEAD
35
35
ref : values
36
36
46
46
automated :
47
47
prune : true
48
48
selfHeal : true
49
-
49
+
You can’t perform that action at this time.
0 commit comments