openshift: try and fix an error caused by yamllint cleanup
It looks like these #jinja2 comments don't work with a space between the # and the jinja2, or something. I'm getting errors on this template when trying to run an openshift playbook ATM. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3b8a40603e
commit
054bc753ac
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
# jinja2:variable_start_string:'@@',variable_end_string:'@@'
|
||||
# yamllint disable-line rule:comments
|
||||
#jinja2:variable_start_string:'@@',variable_end_string:'@@'
|
||||
---
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: PrometheusRule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue