File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.config.k8s.io/v1beta1
2
+ kind : Kustomization
3
+ resources :
4
+ - https://raw.githubusercontent.com/codefresh-io/csdp-official-poc/main/kustomize/kustomization.yaml
5
+
6
+ namespace : codefresh4
7
+
8
+ configMapGenerator :
9
+ - name : csdp-installer-cm
10
+ behavior : merge
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"
You can’t perform that action at this time.
0 commit comments