Skip to content

Commit ab7476a

Browse files
committed
fix: correct confimap spacing
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
1 parent 67a3961 commit ab7476a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

sre/roles/recorders/templates/alerts/prometheus/configmap.j2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ metadata:
77
app.kubernetes.io/part-of: it-bench
88
name: alerts-recorder-prometheus-scripts
99
data:
10-
deps: {{ requirements_file_contents }}
11-
script: {{ python_script_file_contents }}
10+
deps: |
11+
{{ requirements_file_contents }}
12+
script: |
13+
{{ python_script_file_contents }}

sre/roles/recorders/templates/topology/kubernetes/configmap.j2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ metadata:
77
app.kubernetes.io/part-of: it-bench
88
name: topology-recorder-kubernetes-scripts
99
data:
10-
deps: {{ requirements_file_contents }}
11-
script: {{ python_script_file_contents }}
10+
deps: |
11+
{{ requirements_file_contents }}
12+
script: |
13+
{{ python_script_file_contents }}

sre/roles/recorders/templates/traces/jaeger/configmap.j2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ metadata:
77
app.kubernetes.io/part-of: it-bench
88
name: traces-recorder-jaeger-scripts
99
data:
10-
deps: {{ requirements_file_contents }}
11-
script: {{ python_script_file_contents }}
10+
deps: |
11+
{{ requirements_file_contents }}
12+
script: |
13+
{{ python_script_file_contents }}

0 commit comments

Comments
 (0)