Skip to content

Commit

Permalink
feat: add skip verify
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Sep 26, 2024
1 parent 8ee9be6 commit 6d5044a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/configuration/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ job:
preheat:
# registryTimeout is the timeout for requesting registry to get token and manifest.
registryTimeout: 1m
# insecureSkipVerify controls whether a client verifies the server's certificate chain and hostname.
insecureSkipVerify: false
# tls:
# # caCert is the CA certificate for preheat tls handshake, it can be path or PEM format string.
# caCert: ''
tls:
# insecureSkipVerify controls whether a client verifies the server's certificate chain and hostname.
insecureSkipVerify: false
# # caCert is the CA certificate for preheat tls handshake, it can be path or PEM format string.
# caCert: ''

# Object storage service.
objectStorage:
Expand Down

0 comments on commit 6d5044a

Please sign in to comment.