File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
installer/kustomize/example Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # csdp-official-poc
1
+ # csdp-official
2
2
3
3
# How to release a new chart version
4
4
1 . checkout the gh-pages
5
- 2 . follow README instructions
5
+ 2 . follow README instructions
Original file line number Diff line number Diff line change 12
12
preserveResourcesOnDeletion : true
13
13
generators :
14
14
- git :
15
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
15
+ repoURL : https://github.com/codefresh-io/csdp-official.git
16
16
revision : RUNTIME_VERSION
17
17
directories :
18
18
- path : csdp/hybrid/*
27
27
source :
28
28
repoURL : " "
29
29
- git :
30
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
30
+ repoURL : https://github.com/codefresh-io/csdp-official.git
31
31
revision : RUNTIME_VERSION
32
32
directories :
33
33
- path : csdp/hybrid/argo-cd
42
42
- git :
43
43
files :
44
44
- path : csdp/hybrid/**/config_dir.json
45
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
45
+ repoURL : https://github.com/codefresh-io/csdp-official.git
46
46
requeueAfterSeconds : 15
47
47
revision : RUNTIME_VERSION
48
48
template :
83
83
project : csdp
84
84
source :
85
85
path : csdp/hybrid/{{path.basenameNormalized}}
86
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
86
+ repoURL : https://github.com/codefresh-io/csdp-official.git
87
87
targetRevision : RUNTIME_VERSION # replace with runtime version
88
88
kustomize :
89
89
forceNamespace : true
Original file line number Diff line number Diff line change 12
12
preserveResourcesOnDeletion : true
13
13
generators :
14
14
- git :
15
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
15
+ repoURL : https://github.com/codefresh-io/csdp-official.git
16
16
revision : RUNTIME_VERSION
17
17
directories :
18
18
- path : csdp/managed/*
27
27
source :
28
28
repoURL : " "
29
29
- git :
30
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
30
+ repoURL : https://github.com/codefresh-io/csdp-official.git
31
31
revision : RUNTIME_VERSION
32
32
directories :
33
33
- path : csdp/managed/argo-cd
42
42
- git :
43
43
files :
44
44
- path : csdp/managed/**/config_dir.json
45
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
45
+ repoURL : https://github.com/codefresh-io/csdp-official.git
46
46
requeueAfterSeconds : 15
47
47
revision : RUNTIME_VERSION
48
48
template :
83
83
project : csdp
84
84
source :
85
85
path : csdp/managed/{{path.basenameNormalized}}
86
- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
86
+ repoURL : https://github.com/codefresh-io/csdp-official.git
87
87
targetRevision : RUNTIME_VERSION # replace with runtime version
88
88
kustomize :
89
89
forceNamespace : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kustomization
3
3
4
4
# Replace all variables with real values and run kustomize build on this file
5
5
resources :
6
- - https://github.com/codefresh-io/csdp-official-poc .git/kustomize?ref=<RUNTIME_VERSION>
6
+ - https://github.com/codefresh-io/csdp-official.git/kustomize?ref=<RUNTIME_VERSION>
7
7
8
8
namespace : csdp-runtime
9
9
You can’t perform that action at this time.
0 commit comments