From 87f6acebce4d9f30ba57ef65b77797ad0859823a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 28 Jun 2021 16:36:57 +0200 Subject: [PATCH] Move Helm directory --- {execution/helm => helm}/.gitignore | 0 {execution/helm => helm}/.helmignore | 0 {execution/helm => helm}/Chart.yaml | 0 {execution/helm => helm}/README.md | 0 {execution/helm => helm}/build-package.sh | 0 {execution/helm => helm}/preconfigs/one-broker-values.yaml | 0 {execution/helm => helm}/templates/NOTES.txt | 0 {execution/helm => helm}/templates/_helpers.tpl | 0 .../helm => helm}/templates/grafana/dashboard-config-map.yaml | 0 {execution/helm => helm}/templates/kafka/kafka-client.yaml | 0 {execution/helm => helm}/templates/kafka/service-monitor.yaml | 0 .../helm => helm}/templates/prometheus/cluster-role-binding.yaml | 0 {execution/helm => helm}/templates/prometheus/cluster-role.yaml | 0 .../helm => helm}/templates/prometheus/datasource-config-map.yaml | 0 {execution/helm => helm}/templates/prometheus/prometheus.yaml | 0 .../helm => helm}/templates/prometheus/service-account.yaml | 0 {execution/helm => helm}/templates/tests/test-connection.yaml | 0 {execution/helm => helm}/templates/theodolite/crd-benchmark.yaml | 0 {execution/helm => helm}/templates/theodolite/crd-execution.yaml | 0 .../theodolite/random-scheduler/cluster-role-binding.yaml | 0 .../templates/theodolite/random-scheduler/deployment.yaml | 0 .../templates/theodolite/random-scheduler/service-account.yaml | 0 {execution/helm => helm}/templates/theodolite/role-binding.yaml | 0 {execution/helm => helm}/templates/theodolite/role.yaml | 0 {execution/helm => helm}/templates/theodolite/serviceaccount.yaml | 0 .../helm => helm}/templates/theodolite/theodolite-operator.yaml | 0 {execution/helm => helm}/update-index.sh | 0 {execution/helm => helm}/values.yaml | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename {execution/helm => helm}/.gitignore (100%) rename {execution/helm => helm}/.helmignore (100%) rename {execution/helm => helm}/Chart.yaml (100%) rename {execution/helm => helm}/README.md (100%) rename {execution/helm => helm}/build-package.sh (100%) rename {execution/helm => helm}/preconfigs/one-broker-values.yaml (100%) rename {execution/helm => helm}/templates/NOTES.txt (100%) rename {execution/helm => helm}/templates/_helpers.tpl (100%) rename {execution/helm => helm}/templates/grafana/dashboard-config-map.yaml (100%) rename {execution/helm => helm}/templates/kafka/kafka-client.yaml (100%) rename {execution/helm => helm}/templates/kafka/service-monitor.yaml (100%) rename {execution/helm => helm}/templates/prometheus/cluster-role-binding.yaml (100%) rename {execution/helm => helm}/templates/prometheus/cluster-role.yaml (100%) rename {execution/helm => helm}/templates/prometheus/datasource-config-map.yaml (100%) rename {execution/helm => helm}/templates/prometheus/prometheus.yaml (100%) rename {execution/helm => helm}/templates/prometheus/service-account.yaml (100%) rename {execution/helm => helm}/templates/tests/test-connection.yaml (100%) rename {execution/helm => helm}/templates/theodolite/crd-benchmark.yaml (100%) rename {execution/helm => helm}/templates/theodolite/crd-execution.yaml (100%) rename {execution/helm => helm}/templates/theodolite/random-scheduler/cluster-role-binding.yaml (100%) rename {execution/helm => helm}/templates/theodolite/random-scheduler/deployment.yaml (100%) rename {execution/helm => helm}/templates/theodolite/random-scheduler/service-account.yaml (100%) rename {execution/helm => helm}/templates/theodolite/role-binding.yaml (100%) rename {execution/helm => helm}/templates/theodolite/role.yaml (100%) rename {execution/helm => helm}/templates/theodolite/serviceaccount.yaml (100%) rename {execution/helm => helm}/templates/theodolite/theodolite-operator.yaml (100%) rename {execution/helm => helm}/update-index.sh (100%) rename {execution/helm => helm}/values.yaml (100%) diff --git a/execution/helm/.gitignore b/helm/.gitignore similarity index 100% rename from execution/helm/.gitignore rename to helm/.gitignore diff --git a/execution/helm/.helmignore b/helm/.helmignore similarity index 100% rename from execution/helm/.helmignore rename to helm/.helmignore diff --git a/execution/helm/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from execution/helm/Chart.yaml rename to helm/Chart.yaml diff --git a/execution/helm/README.md b/helm/README.md similarity index 100% rename from execution/helm/README.md rename to helm/README.md diff --git a/execution/helm/build-package.sh b/helm/build-package.sh similarity index 100% rename from execution/helm/build-package.sh rename to helm/build-package.sh diff --git a/execution/helm/preconfigs/one-broker-values.yaml b/helm/preconfigs/one-broker-values.yaml similarity index 100% rename from execution/helm/preconfigs/one-broker-values.yaml rename to helm/preconfigs/one-broker-values.yaml diff --git a/execution/helm/templates/NOTES.txt b/helm/templates/NOTES.txt similarity index 100% rename from execution/helm/templates/NOTES.txt rename to helm/templates/NOTES.txt diff --git a/execution/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl similarity index 100% rename from execution/helm/templates/_helpers.tpl rename to helm/templates/_helpers.tpl diff --git a/execution/helm/templates/grafana/dashboard-config-map.yaml b/helm/templates/grafana/dashboard-config-map.yaml similarity index 100% rename from execution/helm/templates/grafana/dashboard-config-map.yaml rename to helm/templates/grafana/dashboard-config-map.yaml diff --git a/execution/helm/templates/kafka/kafka-client.yaml b/helm/templates/kafka/kafka-client.yaml similarity index 100% rename from execution/helm/templates/kafka/kafka-client.yaml rename to helm/templates/kafka/kafka-client.yaml diff --git a/execution/helm/templates/kafka/service-monitor.yaml b/helm/templates/kafka/service-monitor.yaml similarity index 100% rename from execution/helm/templates/kafka/service-monitor.yaml rename to helm/templates/kafka/service-monitor.yaml diff --git a/execution/helm/templates/prometheus/cluster-role-binding.yaml b/helm/templates/prometheus/cluster-role-binding.yaml similarity index 100% rename from execution/helm/templates/prometheus/cluster-role-binding.yaml rename to helm/templates/prometheus/cluster-role-binding.yaml diff --git a/execution/helm/templates/prometheus/cluster-role.yaml b/helm/templates/prometheus/cluster-role.yaml similarity index 100% rename from execution/helm/templates/prometheus/cluster-role.yaml rename to helm/templates/prometheus/cluster-role.yaml diff --git a/execution/helm/templates/prometheus/datasource-config-map.yaml b/helm/templates/prometheus/datasource-config-map.yaml similarity index 100% rename from execution/helm/templates/prometheus/datasource-config-map.yaml rename to helm/templates/prometheus/datasource-config-map.yaml diff --git a/execution/helm/templates/prometheus/prometheus.yaml b/helm/templates/prometheus/prometheus.yaml similarity index 100% rename from execution/helm/templates/prometheus/prometheus.yaml rename to helm/templates/prometheus/prometheus.yaml diff --git a/execution/helm/templates/prometheus/service-account.yaml b/helm/templates/prometheus/service-account.yaml similarity index 100% rename from execution/helm/templates/prometheus/service-account.yaml rename to helm/templates/prometheus/service-account.yaml diff --git a/execution/helm/templates/tests/test-connection.yaml b/helm/templates/tests/test-connection.yaml similarity index 100% rename from execution/helm/templates/tests/test-connection.yaml rename to helm/templates/tests/test-connection.yaml diff --git a/execution/helm/templates/theodolite/crd-benchmark.yaml b/helm/templates/theodolite/crd-benchmark.yaml similarity index 100% rename from execution/helm/templates/theodolite/crd-benchmark.yaml rename to helm/templates/theodolite/crd-benchmark.yaml diff --git a/execution/helm/templates/theodolite/crd-execution.yaml b/helm/templates/theodolite/crd-execution.yaml similarity index 100% rename from execution/helm/templates/theodolite/crd-execution.yaml rename to helm/templates/theodolite/crd-execution.yaml diff --git a/execution/helm/templates/theodolite/random-scheduler/cluster-role-binding.yaml b/helm/templates/theodolite/random-scheduler/cluster-role-binding.yaml similarity index 100% rename from execution/helm/templates/theodolite/random-scheduler/cluster-role-binding.yaml rename to helm/templates/theodolite/random-scheduler/cluster-role-binding.yaml diff --git a/execution/helm/templates/theodolite/random-scheduler/deployment.yaml b/helm/templates/theodolite/random-scheduler/deployment.yaml similarity index 100% rename from execution/helm/templates/theodolite/random-scheduler/deployment.yaml rename to helm/templates/theodolite/random-scheduler/deployment.yaml diff --git a/execution/helm/templates/theodolite/random-scheduler/service-account.yaml b/helm/templates/theodolite/random-scheduler/service-account.yaml similarity index 100% rename from execution/helm/templates/theodolite/random-scheduler/service-account.yaml rename to helm/templates/theodolite/random-scheduler/service-account.yaml diff --git a/execution/helm/templates/theodolite/role-binding.yaml b/helm/templates/theodolite/role-binding.yaml similarity index 100% rename from execution/helm/templates/theodolite/role-binding.yaml rename to helm/templates/theodolite/role-binding.yaml diff --git a/execution/helm/templates/theodolite/role.yaml b/helm/templates/theodolite/role.yaml similarity index 100% rename from execution/helm/templates/theodolite/role.yaml rename to helm/templates/theodolite/role.yaml diff --git a/execution/helm/templates/theodolite/serviceaccount.yaml b/helm/templates/theodolite/serviceaccount.yaml similarity index 100% rename from execution/helm/templates/theodolite/serviceaccount.yaml rename to helm/templates/theodolite/serviceaccount.yaml diff --git a/execution/helm/templates/theodolite/theodolite-operator.yaml b/helm/templates/theodolite/theodolite-operator.yaml similarity index 100% rename from execution/helm/templates/theodolite/theodolite-operator.yaml rename to helm/templates/theodolite/theodolite-operator.yaml diff --git a/execution/helm/update-index.sh b/helm/update-index.sh similarity index 100% rename from execution/helm/update-index.sh rename to helm/update-index.sh diff --git a/execution/helm/values.yaml b/helm/values.yaml similarity index 100% rename from execution/helm/values.yaml rename to helm/values.yaml -- GitLab