File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,26 @@ spec:
38
38
directories :
39
39
- path : csdp/components/*
40
40
requeueAfterSeconds : 15
41
+ template :
42
+ metadata : {}
43
+ spec :
44
+ destination : {}
45
+ project : " "
46
+ source :
47
+ repoURL : " "
41
48
- git :
42
49
files :
43
50
- path : csdp/components/**/config_dir.json
44
51
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
45
52
requeueAfterSeconds : 15
46
53
revision : v0.0.306
47
54
template :
55
+ metadata : {}
48
56
spec :
57
+ destination : {}
58
+ project : " "
49
59
source :
60
+ repoURL :
50
61
directory :
51
62
exclude : " {{exclude}}"
52
63
include : " {{include}}"
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
+ namespace : argocd
3
4
resources :
4
- - https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.1 /manifests/install.yaml
5
- - https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
5
+ - https://raw.githubusercontent.com/codefresh-io/argo-cd/kustomize-components /manifests/install.yaml
6
+ # - https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
6
7
- default-rbac.yaml
7
8
images :
8
- - name : quay.io/codefresh /argocd
9
+ - name : quay.io/argoproj /argocd
9
10
newName : quay.io/codefresh/argocd
10
- newTag : v2.1.14-cap-10316
11
+ newTag : kustomize-components
11
12
12
13
# will be effective on argo-cd 2.1
13
14
configMapGenerator :
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
+
4
+ # Replace all variables with real values and run kustomize build on this file
3
5
resources :
4
- - https://raw.githubusercontent. com/codefresh-io/csdp-official-poc/v0.0.3 /kustomize/kustomization.yaml
6
+ - https://github. com/codefresh-io/csdp-official-poc.git /kustomize?ref=<RUNTIME_VERSION>
5
7
6
8
namespace : csdp-runtime
7
9
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - https://github.com/codefresh-io/cli-v2.git/manifests/ argo-cd?ref=v0.0.301
4
+ - ../../csdp/components/ argo-cd
5
5
- ./csdp-installer.secret.yaml
6
6
- ./csdp-installer.job.yaml
You can’t perform that action at this time.
0 commit comments