From 4b83719f1a3bcf01afdce2cda2fefd88c1f9a061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 20 Jul 2021 18:05:29 +0200 Subject: [PATCH] Deploy empty custom resources ConfigMap --- .../theodolite/benchmark-resources-config-map.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/helm/templates/theodolite/benchmark-resources-config-map.yaml b/helm/templates/theodolite/benchmark-resources-config-map.yaml index 2f0f210ca..4ec1c1bd9 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: {} -- GitLab