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

Minor code style fix

parent ceec4f31
No related branches found
No related tags found
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
...@@ -29,7 +29,7 @@ spec: ...@@ -29,7 +29,7 @@ spec:
- name: THEODOLITE_APP_RESOURCES - name: THEODOLITE_APP_RESOURCES
value: "./benchmark-resources" value: "./benchmark-resources"
- name: RESULTS_FOLDER - name: RESULTS_FOLDER
value: "results" value: "./results"
volumeMounts: volumeMounts:
{{- if .Values.operator.resultsVolume.enabled }} {{- if .Values.operator.resultsVolume.enabled }}
- name: theodolite-pv-storage - name: theodolite-pv-storage
......
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