Skip to content

Commit cbf4a6f

Browse files
Mirage20shirolk
authored andcommitted
Fix Liquid syntax error in gitops.md Prometheus alert
Escape template variables in Prometheus alert description to prevent Jekyll/Liquid parsing errors during site build.
1 parent de2c69f commit cbf4a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrating-with-openchoreo/gitops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ spec:
666666
severity: warning
667667
annotations:
668668
summary: "GitOps reconciliation failing"
669-
description: "{{ $labels.kind }}/{{ $labels.name }} reconciliation has been failing"
669+
description: "{% raw %}{{ $labels.kind }}/{{ $labels.name }}{% endraw %} reconciliation has been failing"
670670
```
671671
672672
### Deployment Status Dashboard

0 commit comments

Comments
 (0)