Skip to main content
Version: 6.11.0

How to Set Up and Install cert-manager for SmoothGlue

To install cert-manager, change the Zarf config to turn off the built-in, self-signed certs and turn on cert-manager.

If you already have certs in your cluster, you will have to manually remove them.

warning

Until cert-manager is correctly configured, Big Bang will fail on newly created clusters.

package:
deploy:
set:
CERTMANAGER_ENABLED: true
components: '-ingress-pki'