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

@@ -947,6 +947,9 @@ spec:
- --v=2
- --cluster-resource-namespace=$(POD_NAMESPACE)
- --leader-election-namespace={{ cert_manager_leader_election_namespace }}
{% for extra_arg in cert_manager_controller_extra_args %}
- {{ extra_arg }}
{% endfor %}
ports:
- containerPort: 9402
name: http-metrics