Skip to content

Commit

Permalink
Fix missing percent sign
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Oct 21, 2024
1 parent acc3f1b commit f33aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/roles/gardener/templates/managed-seed.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
enabled: true
remoteWrite:
url: {{ gardener_shoots_prometheus_remote_write_url }}
{% if gardener_shoots_prometheus_remote_write_keep_metrics }
{% if gardener_shoots_prometheus_remote_write_keep_metrics %}
{% for metric in gardener_shoots_prometheus_remote_write_keep_metrics %}
keep:
- "{{ metric }}"
Expand Down

0 comments on commit f33aa8b

Please sign in to comment.