File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ kind: Kustomization
3
3
resources :
4
4
- https://raw.githubusercontent.com/codefresh-io/csdp-official-poc/main/kustomize/kustomization.yaml
5
5
6
- namespace : codefresh4
6
+ namespace : csdp-runtime
7
7
8
8
configMapGenerator :
9
9
- name : csdp-installer-cm
10
10
behavior : merge
11
11
literals :
12
- - " csdp.url=http://roi-codefresh-platform.ngrok.io "
13
- - " csdp.token=621e201a3e95624241432246.49976b16d89e9ba50b8393896223cf1a "
14
- - " runtime.name=codefresh4 "
15
- - " runtime.repo=https://github.com/roi-codefresh/demo-installation13.git "
16
- - " runtime.gitToken=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 "
17
- - " runtime.ingressURL=https://roi-codefresh-ingresshost.ngrok.io "
18
- - " runtime.cluster=https://kubernetes.docker.internal:6443 "
12
+ - " csdp.url=<CSDP_URL> "
13
+ - " csdp.token=<CSDP_TOKEN> "
14
+ - " runtime.name=<RUNTIME_NAME> "
15
+ - " runtime.repo=<RUNTIME_REPO> "
16
+ - " runtime.gitToken=<RUNTIME_GIT_TOKEN> "
17
+ - " runtime.ingressURL=<RUNTIME_INGRESS_URL> "
18
+ - " runtime.cluster=<RUNTIME_CLUSTER> "
You can’t perform that action at this time.
0 commit comments