Skip to content

Commit

Permalink
Use {% raw %} to prevent Liquid/Jekyll warning
Browse files Browse the repository at this point in the history
This gets rid of the warning

Liquid Warning: Liquid syntax error (line 167): Unexpected character $ in "{{ $value }}" in /home/tom/messaging/strimzi.github.io/_posts/2019-03-07-strimzi-0.11.0-release.md

from Jekyll
  • Loading branch information
tombentley committed Jun 14, 2019
1 parent fa110c1 commit 4b56e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2019-03-07-strimzi-0.11.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ The new Strimzi release provides the Kubernetes/OpenShift resources for deployin

Here's an example snippet with an alert related to the under replicated partitions metric.

{% raw %}
```yaml
- alert: UnderReplicatedPartitions
expr: kafka_server_replicamanager_underreplicatedpartitions > 0
Expand All @@ -173,6 +174,7 @@ Here's an example snippet with an alert related to the under replicated partitio
summary: 'Kafka under replicated partitions'
description: 'There are {{ $value }} under replicated partitions on {{ $labels.kubernetes_pod_name }}'
```
{% endraw %}

# ... and many more

Expand Down

0 comments on commit 4b56e5f

Please sign in to comment.