Disable TLS verify
This commit is contained in:
parent
847b255e3b
commit
16df0b65fc
@ -14,3 +14,7 @@ mirrors:
|
|||||||
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/quay.io/$1"
|
"(.*)": "library/quay.io/$1"
|
||||||
|
configs:
|
||||||
|
"registry.{{ vapp['metacluster.fqdn'] }}":
|
||||||
|
tls:
|
||||||
|
insecure_skip_verify: true
|
||||||
|
Loading…
Reference in New Issue
Block a user