Skip to content
Snippets Groups Projects
Commit dce5c265 authored by Sören Henning's avatar Sören Henning
Browse files

Fix generic SLO condition

parent 0303ae99
No related branches found
No related tags found
No related merge requests found
Pipeline #6183 passed
This commit is part of merge request !230. Comments created here will be created in the context of that merge request.
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
volumeMounts: volumeMounts:
- name: theodolite-results-volume - name: theodolite-results-volume
mountPath: "/deployments/results" mountPath: "/deployments/results"
{{- if .Values.operator.sloChecker.droppedRecordsKStreams.enabled }} {{- if .Values.operator.sloChecker.generic.enabled }}
- name: slo-checker-generic - name: slo-checker-generic
image: "{{ .Values.operator.sloChecker.generic.image }}:{{ .Values.operator.sloChecker.generic.imageTag }}" image: "{{ .Values.operator.sloChecker.generic.image }}:{{ .Values.operator.sloChecker.generic.imageTag }}"
imagePullPolicy: "{{ .Values.operator.sloChecker.generic.imagePullPolicy }}" imagePullPolicy: "{{ .Values.operator.sloChecker.generic.imagePullPolicy }}"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment