Added exporter description-fix1
This commit is contained in:
parent
8839b666f9
commit
a2911af5f3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
{%- if description %}
|
{%- if description is defined%}
|
||||||
Description=Prometheus {{ description }}
|
Description=Prometheus {{ description }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
Description=Prometheus {{ svc }} Exporter
|
Description=Prometheus {{ svc }} Exporter
|
||||||
|
|
Loading…
Reference in a new issue