How to disable Zarf registry Iron Bank mirror
Structsure comes with a built-in containerd mirror for pointing registry1.dso.mil (Iron Bank) to Zarf's internal registry. This is primarily to enable custom applications to leverage Istio sidecar containers.
However, this functionality can be disabled by configuring the IaC inputs:
locals = {
cluster_inputs = {
zarf_registry_ironbank_mirror_enabled = false
}
}