Skip to content

Commit d1722e6

Browse files
committed
added example
1 parent 9141b12 commit d1722e6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

kustomize/example/kustomization.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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"

0 commit comments

Comments
 (0)