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

Move symlink to benchmark definitions

parent 5cfa8712
No related branches found
No related tags found
1 merge request!285Add Helm test
Pipeline #8650 passed
../theodolite-benchmarks/definitions/
\ No newline at end of file
../../theodolite/examples/operator/
\ No newline at end of file
../../theodolite-benchmarks/definitions/
\ No newline at end of file
...@@ -6,7 +6,7 @@ kind: ConfigMap ...@@ -6,7 +6,7 @@ kind: ConfigMap
metadata: metadata:
name: benchmark-resources-{{ $name }} name: benchmark-resources-{{ $name }}
data: data:
{{ ($.Files.Glob (printf "benchmark-definitions/%s/resources/*" $name)).AsConfig | indent 2 }} {{ ($.Files.Glob (printf "benchmark-definitions/theodolite-benchmarks/%s/resources/*" $name)).AsConfig | indent 2 }}
--- ---
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- range $benchmark, $enabled := .Values.operator.theodoliteBenchmarks.benchmarks }} {{- range $benchmark, $enabled := .Values.operator.theodoliteBenchmarks.benchmarks }}
{{- if $enabled -}} {{- if $enabled -}}
{{- $name := kebabcase $benchmark }} {{- $name := kebabcase $benchmark }}
{{ $.Files.Get (printf "benchmark-definitions/%s/%s-benchmark-operator.yaml" $name $name) }} {{ $.Files.Get (printf "benchmark-definitions/theodolite-benchmarks/%s/%s-benchmark-operator.yaml" $name $name) }}
--- ---
{{- end }} {{- end }}
{{- 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