Skip to content

Commit

Permalink
Fixed collectd timestamp propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
csibbitt committed Aug 13, 2020
1 parent ceceadc commit 9faf56b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/smartgateway/templates/deployment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ spec:
- name: smart-gateway
image: '{{ metrics_container_image_path }}'
args:
{% if use_timestamp %}
- -usetimestamp
{% endif %}
- -promhost
- 0.0.0.0
- unix
Expand Down

0 comments on commit 9faf56b

Please sign in to comment.