mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 10:08:13 -03:30
Streamline path to certs dir (#3836)
* Streamline path to certs dir * More fixes * Set path to etcd certs in kubernetes defaults instead
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
225f765b56
commit
d5ce5874e8
@@ -449,3 +449,6 @@ pip_extra_args: |-
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
{{ pip_extra_args_list|join(' ') }}
|
||||
|
||||
etcd_config_dir: /etc/ssl/etcd
|
||||
etcd_cert_dir: "{{ etcd_config_dir }}/ssl"
|
||||
|
||||
Reference in New Issue
Block a user