Skip to content
Snippets Groups Projects
Commit af5e05d0 authored by Zohar Mamedov's avatar Zohar Mamedov Committed by k8s-ci-robot
Browse files

etcd_log_package_levels for /etc/etcd.env (#3700)

parent c83bfc9d
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ ETCD_SNAPSHOT_COUNT={{ etcd_snapshot_count }}
{% if etcd_quota_backend_bytes is defined %}
ETCD_QUOTA_BACKEND_BYTES={{ etcd_quota_backend_bytes }}
{% endif %}
{% if etcd_log_package_levels is defined %}
ETCD_LOG_PACKAGE_LEVELS={{ etcd_log_package_levels }}
{% endif %}
# TLS settings
ETCD_TRUSTED_CA_FILE={{ etcd_cert_dir }}/ca.pem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment