feat(cert-manager): replace CRDs enabled flag with values file for configuration

This commit is contained in:
Cédric Verstraeten
2026-08-11 14:10:32 +00:00
parent b44775ef2a
commit bdbb9ae538
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
crds:
enabled: true
extraArgs:
- --acme-http01-solver-nameservers=1.1.1.1:53,8.8.8.8:53

View File

@@ -29,7 +29,7 @@ helm upgrade --install cert-manager jetstack/cert-manager \
--version "${CERT_MANAGER_VERSION}" \
--namespace cert-manager \
--create-namespace \
--set crds.enabled=true \
--values "${SCRIPT_DIR}/cert-manager-values.yaml" \
--atomic \
--wait \
--timeout 15m