diff --git a/theodolite-benchmarks/definitions/install-configmaps.sh b/theodolite-benchmarks/definitions/install-configmaps.sh new file mode 100755 index 0000000000000000000000000000000000000000..feb408be033055cf98a09bc6df6ca3a9a291715e --- /dev/null +++ b/theodolite-benchmarks/definitions/install-configmaps.sh @@ -0,0 +1,17 @@ +cd uc1-flink/ +kubectl create configmap benchmark-resources-uc1-flink --from-file . +cd ../uc2-flink/ +kubectl create configmap benchmark-resources-uc2-flink --from-file . +cd ../uc3-flink/ +kubectl create configmap benchmark-resources-uc3-flink --from-file . +cd ../uc4-flink/ +kubectl create configmap benchmark-resources-uc4-flink --from-file . +cd ../uc1-kstreams/ +kubectl create configmap benchmark-resources-uc1-kstreams --from-file . +cd ../uc2-kstreams/ +kubectl create configmap benchmark-resources-uc2-kstreams --from-file . +cd ../uc3-kstreams/ +kubectl create configmap benchmark-resources-uc3-kstreams --from-file . +cd ../uc4-kstreams/ +kubectl create configmap benchmark-resources-uc4-kstreams --from-file . +cd .. \ No newline at end of file