diff --git a/helm/templates/theodolite/benchmark-resources-config-map.yaml b/helm/templates/theodolite/benchmark-resources-config-map.yaml index 2f0f210cafbdbe035217274c7da69f5f56269e62..4ec1c1bd9c3b9c05cb77920c20b9b573d413c94a 100644 --- a/helm/templates/theodolite/benchmark-resources-config-map.yaml +++ b/helm/templates/theodolite/benchmark-resources-config-map.yaml @@ -11,4 +11,9 @@ data: {{ ($.Files.Glob (printf "benchmark-definitions/%s/resources/*" $name)).AsConfig | indent 2 }} --- {{- end }} -{{- end }} \ No newline at end of file +{{- end }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: benchmark-resources-custom +data: {}