Disable TLS verify

This commit is contained in:
Danny Bessems 2022-07-07 09:57:56 +02:00
parent 847b255e3b
commit 16df0b65fc

View File

@ -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