fix: force cert manager to use cloudflare

This commit is contained in:
2026-01-25 14:49:54 +05:00
parent 770a62f9e8
commit 49c16cd73f

View File

@@ -6,3 +6,6 @@ prometheus:
webhook: webhook:
timeoutSeconds: 4 timeoutSeconds: 4
enableCertificateOwnerRef: true enableCertificateOwnerRef: true
extraArgs:
- "--dns01-recursive-nameservers-only"
- "--dns01-recursive-nameservers=1.1.1.1:53"