Skip to content

Commit 245541a

Browse files
committed
added example
1 parent d1722e6 commit 245541a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

kustomize/example/kustomization.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ kind: Kustomization
33
resources:
44
- https://raw.githubusercontent.com/codefresh-io/csdp-official-poc/main/kustomize/kustomization.yaml
55

6-
namespace: codefresh4
6+
namespace: csdp-runtime
77

88
configMapGenerator:
99
- name: csdp-installer-cm
1010
behavior: merge
1111
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>"

0 commit comments

Comments
 (0)