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
22
33# How to release a new chart version
441 . checkout the gh-pages
5- 2 . follow README instructions
5+ 2 . follow README instructions
Original file line number Diff line number Diff line change 1212 preserveResourcesOnDeletion : true
1313 generators :
1414 - git :
15- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
15+ repoURL : https://github.com/codefresh-io/csdp-official.git
1616 revision : RUNTIME_VERSION
1717 directories :
1818 - path : csdp/hybrid/*
2727 source :
2828 repoURL : " "
2929 - git :
30- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
30+ repoURL : https://github.com/codefresh-io/csdp-official.git
3131 revision : RUNTIME_VERSION
3232 directories :
3333 - path : csdp/hybrid/argo-cd
4242 - git :
4343 files :
4444 - 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
4646 requeueAfterSeconds : 15
4747 revision : RUNTIME_VERSION
4848 template :
8383 project : csdp
8484 source :
8585 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
8787 targetRevision : RUNTIME_VERSION # replace with runtime version
8888 kustomize :
8989 forceNamespace : true
Original file line number Diff line number Diff line change 1212 preserveResourcesOnDeletion : true
1313 generators :
1414 - git :
15- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
15+ repoURL : https://github.com/codefresh-io/csdp-official.git
1616 revision : RUNTIME_VERSION
1717 directories :
1818 - path : csdp/managed/*
2727 source :
2828 repoURL : " "
2929 - git :
30- repoURL : https://github.com/codefresh-io/csdp-official-poc .git
30+ repoURL : https://github.com/codefresh-io/csdp-official.git
3131 revision : RUNTIME_VERSION
3232 directories :
3333 - path : csdp/managed/argo-cd
4242 - git :
4343 files :
4444 - 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
4646 requeueAfterSeconds : 15
4747 revision : RUNTIME_VERSION
4848 template :
8383 project : csdp
8484 source :
8585 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
8787 targetRevision : RUNTIME_VERSION # replace with runtime version
8888 kustomize :
8989 forceNamespace : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kustomization
33
44# Replace all variables with real values and run kustomize build on this file
55resources :
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>
77
88namespace : csdp-runtime
99
You can’t perform that action at this time.
0 commit comments