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

@@ -6,6 +6,7 @@ cert_manager_affinity: {}
cert_manager_nodeselector: {}
cert_manager_dns_policy: "ClusterFirst"
cert_manager_dns_config: {}
cert_manager_controller_extra_args: []
## Change leader election namespace when deploying on GKE Autopilot that forbid the changes on kube-system namespace.