This repository was archived by the owner on May 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ WEBTLSCERT_CFUI=$(cat ${WebTlsCert} | sed 's/^/ /')
178
178
cat << -EOF >${WEBTLS_VALUES_FILE}
179
179
---
180
180
webTLS:
181
+ secretName: star.codefresh.io
181
182
key: |
182
183
${WEBTLSKEY}
183
184
cert: |
Original file line number Diff line number Diff line change 4
4
#seedJobs: true
5
5
#certsJobs: true
6
6
7
- #### Depending on git provider use matching values
8
- ### for Gitlab git provider
9
- # gitlabClientID:
10
- # gitlabClientSecret:
11
- ### for Bitbucket git provider
12
- # bitbucketClientID:
13
- # bitbucketClientSecret:
14
- ### for Github git provider
15
- # githubClientID:
16
- # githubClientSecret:
17
- # githubInternalToken:
18
7
appProtocol: https
19
8
### Codefresh App domain name
20
9
appUrl: your-domain.com
@@ -53,21 +42,9 @@ ingress:
53
42
### For github provider (the apiHost and loginHost are different)
54
43
cfapi:
55
44
rbacEnable: true
56
- github:
57
- apiHost: api.github.com
58
- loginHost: github.com
59
- protocol: https
60
-
61
- ### For gitlab provider (the apiHost and loginHost are the same)
62
- #cfapi:
63
- # gitlab:
64
- # apiHost: gitlab-internal.codefresh.io
65
- # loginHost: gitlab-internal.codefresh.io
66
- # protocol: https
67
45
68
46
### Define kubernetes secret name for customer certificate and private key
69
- webTLS:
70
- secretName: star.codefresh.io
47
+
71
48
72
49
73
50
consul:
You can’t perform that action at this time.
0 commit comments