mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Maybe indent is needed for the monitor dashboard include to work?
This commit is contained in:
@@ -8,6 +8,6 @@ metadata:
|
||||
app: monitor-dashboard
|
||||
data:
|
||||
dashboard_monitor_gating.json: |-
|
||||
{{ load_file('dashboard_monitor_gating.json.j2') }}
|
||||
{{ load_file('dashboard_monitor_gating.json.j2') | indent }}
|
||||
dashboard_anitya.json: |-
|
||||
{{ load_file('dashboard_anitya.json.j2') }}
|
||||
{{ load_file('dashboard_anitya.json.j2') | indent }}
|
||||
|
||||
@@ -12,6 +12,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
name: dashboard
|
||||
app: dashboard
|
||||
service: web
|
||||
name: dashboard
|
||||
spec:
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user