How to setup and install cert-manager for structsure
Install
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 then you will have to go in a remove them manually.
danger
Until cert-manager is correctly configured Big Bang will fail on newly created clusters.
package:
deploy:
set:
CERTMANAGER_ENABLED: true
components: '-ingress-pki'