mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
Add dns configuration for cert manager (#9673)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -976,6 +976,13 @@ spec:
|
||||
affinity:
|
||||
{{ cert_manager_affinity | to_nice_yaml | indent(width=8) }}
|
||||
{% endif %}
|
||||
{% if cert_manager_dns_policy %}
|
||||
dnsPolicy: {{ cert_manager_dns_policy }}
|
||||
{% endif %}
|
||||
{% if cert_manager_dns_config %}
|
||||
dnsConfig:
|
||||
{{ cert_manager_dns_config | to_nice_yaml | indent(width=8) }}
|
||||
{% endif %}
|
||||
{% if cert_manager_trusted_internal_ca is defined %}
|
||||
volumeMounts:
|
||||
- mountPath: /etc/ssl/certs/internal-ca.pem
|
||||
|
||||
Reference in New Issue
Block a user