Skip to content

Commit

Permalink
Merge pull request #1914 from littleBlackHouse/registry_config
Browse files Browse the repository at this point in the history
fix: Modify incorrect parameters
  • Loading branch information
ks-ci-bot authored Jul 13, 2023
2 parents 96f1cab + 0955a70 commit b4edf60
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 b4edf60

Please sign in to comment.