Fix quotes

This commit is contained in:
Danny Bessems 2022-07-04 14:55:07 +02:00
parent 9ba2df08cd
commit caf45b5270
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
mirrors:
docker.io:
endpoint:
- "https://registry.{{ vapp['metacluster.fqdn'] }}
- https://registry.{{ vapp['metacluster.fqdn'] }}
rewrite:
"(.*)": "library/docker.io/$1"
ghcr.io:
endpoint:
- "https://registry.{{ vapp['metacluster.fqdn'] }}
- https://registry.{{ vapp['metacluster.fqdn'] }}
rewrite:
"(.*)": "library/ghcr.io/$1"
quay.io:
endpoint:
- "https://registry.{{ vapp['metacluster.fqdn'] }}
- https://registry.{{ vapp['metacluster.fqdn'] }}
rewrite:
"(.*)": "library/quay.io/$1"