We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c5550 commit f086daaCopy full SHA for f086daa
charts/gitops-runtime/ci/default-values.yaml
@@ -1,22 +1,10 @@
1
global:
2
codefresh:
3
- accountId: 628a80b693a15c0f9c13ab75 # Codefresh Account id for ilia-codefresh for now, needs to be some test account
4
- userToken:
5
- secretKeyRef:
6
- name: mysecret
7
- key: myvalue
8
- optional: true
+ accountId: 63dbba4928d5fd1ef065b781 # gitops-helm-test account
9
10
runtime:
11
- name: default
12
- cluster: test-cluster
13
-
14
ingress:
15
- className: "nginx"
+ enabled: true
+ className: haproxy-ingress
16
hosts:
17
- - runtime.codefresh.local
18
19
- repoCredentialsTemplate:
20
- url: 'https://github.com'
21
- username: 'username'
22
- password: 'dummy'
+ - domain.will.be.replaced.by.ci.pipeline
0 commit comments