cert-manager controller args: (#10049)

- Adding in the ability to feed extra-args to cert-manager-controller.
This commit is contained in:
Rob Tongue
2023-05-24 11:12:53 -04:00
committed by GitHub
parent 862fd2c5c4
commit f264426646
3 changed files with 8 additions and 0 deletions

View File

@@ -169,6 +169,10 @@ cert_manager_enabled: false
# - "1.1.1.1"
# - "8.8.8.8"
# cert_manager_controller_extra_args:
# - "--dns01-recursive-nameservers-only=true"
# - "--dns01-recursive-nameservers=1.1.1.1:53,8.8.8.8:53"
# MetalLB deployment
metallb_enabled: false
metallb_speaker_enabled: "{{ metallb_enabled }}"