Update to 2022-10-03 16:00

This commit is contained in:
Daniel Berteaud
2022-10-03 16:00:08 +02:00
parent 7e816544ca
commit 2c921512aa
6 changed files with 24 additions and 8 deletions

View File

@@ -57,3 +57,12 @@ service_registration "consul" {
{% endif %}
ui = {{ vault_conf.ui | ternary('true', 'false') }}
telemetry {
{% for key in ['prometheus_retention_time'] %}
{{ key }} = "{{ vault_conf.telemetry[key] }}"
{% endfor %}
{% for key in ['disable_hostname'] %}
{{ key }} = {{ vault_conf.telemetry[key] | ternary('true', 'false') }}
{% endfor %}
}