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

Prepare Helm chart for custom benchmark resources

parent 1997256d
No related branches found
No related tags found
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
Pipeline #4028 passed
...@@ -51,6 +51,8 @@ spec: ...@@ -51,6 +51,8 @@ spec:
mountPath: /deployments/benchmark-resources/uc3-flink mountPath: /deployments/benchmark-resources/uc3-flink
- name: benchmark-resources-uc4-flink - name: benchmark-resources-uc4-flink
mountPath: /deployments/benchmark-resources/uc4-flink mountPath: /deployments/benchmark-resources/uc4-flink
- name: benchmark-resources-custom
mountPath: /deployments/benchmark-resources/custom
{{- if .Values.operator.sloChecker.lagTrend.enabled }} {{- if .Values.operator.sloChecker.lagTrend.enabled }}
- name: lag-trend-slo-checker - name: lag-trend-slo-checker
image: "{{ .Values.operator.sloChecker.lagTrend.image }}:{{ .Values.operator.sloChecker.lagTrend.imageTag }}" image: "{{ .Values.operator.sloChecker.lagTrend.image }}:{{ .Values.operator.sloChecker.lagTrend.imageTag }}"
...@@ -113,4 +115,8 @@ spec: ...@@ -113,4 +115,8 @@ spec:
configMap: configMap:
name: benchmark-resources-uc4-flink name: benchmark-resources-uc4-flink
optional: true optional: true
- name: benchmark-resources-custom
configMap:
name: benchmark-resources-custom
optional: true
{{- end }} {{- end }}
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