Add insecure_skip_verify option for k3s private registry config

This commit is contained in:
Matt Nikkel
2020-09-25 11:53:28 -04:00
committed by Catherine Luse
parent 504a2c625b
commit 3b3c18a311
@@ -41,6 +41,7 @@ Directive | Description
`cert_file` | The client certificate path that will be used to authenticate with the registry
`key_file` | The client key path that will be used to authenticate with the registry
`ca_file` | Defines the CA certificate path to be used to verify the registry's server cert file
`insecure_skip_verify` | Boolean that defines if TLS verification should be skipped for the registry
The credentials consist of either username/password or authentication token: