File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
sre/roles/recorders/templates Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ metadata:
7
7
app.kubernetes.io/part-of: it-bench
8
8
name: alerts-recorder-prometheus-scripts
9
9
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 }}
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ metadata:
7
7
app.kubernetes.io/part-of: it-bench
8
8
name: topology-recorder-kubernetes-scripts
9
9
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 }}
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ metadata:
7
7
app.kubernetes.io/part-of: it-bench
8
8
name: traces-recorder-jaeger-scripts
9
9
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 }}
You can’t perform that action at this time.
0 commit comments