provisioning-catalog/components/cert_manager/cluster/manifests
2026-07-09 21:57:57 +01:00
..
README catalog: clean-start baseline — content library, OCI-distributed (constellation materialization) 2026-07-09 21:57:57 +01:00

The install.sh downloads the upstream cert-manager bundle at deploy time:

  curl -fsSL https://github.com/cert-manager/cert-manager/releases/download/{{CERT_MANAGER_VERSION}}/cert-manager.yaml

No pre-downloaded YAML is required. If offline deploy is needed, place cert-manager.yaml here
and install.sh will skip the download step (file presence check).