infra/k8s/operators/cert-manager/controller-patches.yaml

4 lines
188 B
YAML
Raw Normal View History

- op: add
path: /spec/template/spec/containers/0/args/-
value: --dns01-recursive-nameservers-only # adding this arg makes DNS-01 validation work, unclear why it doesnt work otherwise.