Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 9c53d64

Browse files
authored
Merge pull request #4 from codefresh-io/fix_cert_install
Fix cert install
2 parents e92013b + 405012d commit 9c53d64

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

cf-onprem

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ WEBTLSCERT_CFUI=$(cat ${WebTlsCert} | sed 's/^/ /')
178178
cat <<-EOF >${WEBTLS_VALUES_FILE}
179179
---
180180
webTLS:
181+
secretName: star.codefresh.io
181182
key: |
182183
${WEBTLSKEY}
183184
cert: |

values.yaml.tpl

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ global:
44
#seedJobs: true
55
#certsJobs: true
66

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:
187
appProtocol: https
198
### Codefresh App domain name
209
appUrl: your-domain.com
@@ -53,21 +42,9 @@ ingress:
5342
### For github provider (the apiHost and loginHost are different)
5443
cfapi:
5544
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
6745

6846
### Define kubernetes secret name for customer certificate and private key
69-
webTLS:
70-
secretName: star.codefresh.io
47+
7148

7249

7350
consul:

0 commit comments

Comments
 (0)