Allow airgapped CRI-O installation (#6927)

This commit is contained in:
Bas van den Brink
2020-11-28 17:38:47 +01:00
committed by GitHub
parent 97ff67e54a
commit 17fb1ceed8
3 changed files with 15 additions and 2 deletions

View File

@@ -339,7 +339,11 @@ signature_policy = "{{ crio_signature_policy }}"
# List of registries to skip TLS verification for pulling images. Please
# consider configuring the registries via /etc/containers/registries.conf before
# changing them here.
#insecure_registries = "[]"
insecure_registries = [
{% for insecure_registry in crio_insecure_registries %}
"{{ insecure_registry }}",
{% endfor %}
]
# Controls how image volumes are handled. The valid values are mkdir, bind and
# ignore; the latter will ignore volumes entirely.