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

Fix Helm syntax

parent 77b88fea
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!129Enhance Helming,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3738 failed
......@@ -29,10 +29,10 @@ spec:
volumeMounts:
- name: benchmark-resources
mountPath: /work/benchmark-resources
{{- if .Values.operator.slo-checker.lag-trend.enabled }}
{{- if .Values.operator.sloChecker.lagTrend.enabled }}
- name: lag-trend-slo-checker
image: "{{ .Values.operator.slo-checker.lag-trend.image }}:{{ .Values.operator.slo-checker.lag-trend.imageTag }}"
imagePullPolicy: "{{ .Values.operator.slo-checker.lag-trend.imagePullPolicy }}"
image: "{{ .Values.operator.sloChecker.lagTrend.image }}:{{ .Values.operator.sloChecker.lagTrend.imageTag }}"
imagePullPolicy: "{{ .Values.operator.sloChecker.lagTrend.imagePullPolicy }}"
ports:
- containerPort: 80
name: analysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment