mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Merge pull request #1914 from littleBlackHouse/registry_config
fix: Modify incorrect parameters
This commit is contained in:
commit
b4edf604e0
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue