# value: yaml-executor # Default is `yaml-executor`
# value: yaml-executor # Default is `yaml-executor`
-name:THEODOLITE_EXECUTION
-name:THEODOLITE_EXECUTION
value:/etc/execution/example-execution-yaml-resource.yaml# The name of this file must correspond to the filename of the execution, from which the config map is created.
value:"execution/execution.yaml"# The name of this file must correspond to the filename of the execution, from which the config map is created.
-name:THEODOLITE_BENCHMARK
-name:THEODOLITE_BENCHMARK
value:/etc/benchmark/example-benchmark-yaml-resource.yaml# The name of this file must correspond to the filename of the benchmark, from which the config map is created.
value:"benchmark/benchmark.yaml"# The name of this file must correspond to the filename of the benchmark, from which the config map is created.
-name:THEODOLITE_APP_RESOURCES
-name:THEODOLITE_APP_RESOURCES
value:/etc/app-resources
value:"benchmark-resources"
-name:RESULTS_FOLDER# Folder for saving results
-name:RESULTS_FOLDER# Folder for saving results
value:results# Default is the pwd (/deployments)
value:results# Default is the pwd (/deployments)
# - name: CREATE_RESULTS_FOLDER # Specify whether the specified result folder should be created if it does not exist.
# - name: CREATE_RESULTS_FOLDER # Specify whether the specified result folder should be created if it does not exist.
...
@@ -37,11 +37,11 @@ spec:
...
@@ -37,11 +37,11 @@ spec:
volumeMounts:
volumeMounts:
-mountPath:"/deployments/results"# the mounted path must corresponds to the value of `RESULT_FOLDER`.
-mountPath:"/deployments/results"# the mounted path must corresponds to the value of `RESULT_FOLDER`.
name:theodolite-pv-storage
name:theodolite-pv-storage
-mountPath:"/etc/app-resources"# must be corresponds to the value of `THEODOLITE_APP_RESOURCES`.
-mountPath:"/deployments/benchmark-resources"# must correspond to the value of `THEODOLITE_APP_RESOURCES`.
name:app-resources
name:benchmark-resources
-mountPath:"/etc/benchmark"# must be corresponds to the value of `THEODOLITE_BENCHMARK`.
-mountPath:"/deployments/benchmark"# must correspond to the value of `THEODOLITE_BENCHMARK`.
name:benchmark
name:benchmark
-mountPath:"/etc/execution"# must be corresponds to the value of `THEODOLITE_EXECUTION`.
-mountPath:"/deployments/execution"# must correspond to the value of `THEODOLITE_EXECUTION`.