Merge pull request #1914 from littleBlackHouse/registry_config

fix: Modify incorrect parameters
This commit is contained in:
KubeSphere CI Bot 2023-07-13 11:36:58 +08:00 committed by GitHub
commit b4edf604e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,5 +70,5 @@ state = "/run/containerd"
ca_file = {{ .Auth.CAFile }}
cert_file = {{ .Auth.CertFile }}
key_file = {{ .Auth.KeyFile }}
insecure_skip_verify = {{ .Auth.SkipTLSVerify }}
insecure_skip_verify = {{ .Auth.InsecureSkipVerify }}
{{- end}}