Skip to content

Commit

Permalink
fix: Modify incorrect parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceliu committed Jul 13, 2023
1 parent ffaa19f commit 0955a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/containermanager/templates/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 0955a70

Please sign in to comment.