mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
feat(cert-manager): replace CRDs enabled flag with values file for configuration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
crds:
|
||||
enabled: true
|
||||
|
||||
extraArgs:
|
||||
- --acme-http01-solver-nameservers=1.1.1.1:53,8.8.8.8:53
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user