init
This commit is contained in:
parent
fbefda67f6
commit
bee81a6b96
@ -50,10 +50,10 @@ spec:
|
|||||||
Set the `http.sslVerify` global git config.
|
Set the `http.sslVerify` global git config.
|
||||||
Setting this to `false` is not advised unless you are sure that you trust your git remote.
|
Setting this to `false` is not advised unless you are sure that you trust your git remote.
|
||||||
|
|
||||||
# - name: crtFileName
|
- name: crtFileName
|
||||||
# type: string
|
type: string
|
||||||
# default: "ca-bundle.crt"
|
default: "ca-bundle.crt"
|
||||||
# description: file name of mounted crt using ssl-ca-directory workspace.
|
description: file name of mounted crt using ssl-ca-directory workspace.
|
||||||
|
|
||||||
- name: sparseCheckoutDirectories
|
- name: sparseCheckoutDirectories
|
||||||
type: string
|
type: string
|
||||||
@ -132,8 +132,8 @@ spec:
|
|||||||
# value: $(params.userHome)
|
# value: $(params.userHome)
|
||||||
- name: HOME
|
- name: HOME
|
||||||
value: /workspace/shared/$(params.home)
|
value: /workspace/shared/$(params.home)
|
||||||
# - name: SSL_CERT_FILE
|
- name: SSL_CERT_FILE
|
||||||
# value: "/workspace/ssl-ca-directory/$(params.crtFileName)"
|
value: $HOME/cert/$(params.crtFileName)"
|
||||||
- name: HTTP_PROXY
|
- name: HTTP_PROXY
|
||||||
value: $(params.httpProxy)
|
value: $(params.httpProxy)
|
||||||
- name: HTTPS_PROXY
|
- name: HTTPS_PROXY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user