From 484e5aa7069ef21b06897c587a9ed14e9fa022ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 9 Apr 2021 13:48:33 +0200 Subject: [PATCH] Rename CRD files --- .../theodolite/{benchmarkCRD.yaml => crd-benchmark.yaml} | 0 .../theodolite/{executionCRD.yaml => crd-execution.yaml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename execution/helm/templates/theodolite/{benchmarkCRD.yaml => crd-benchmark.yaml} (100%) rename execution/helm/templates/theodolite/{executionCRD.yaml => crd-execution.yaml} (100%) diff --git a/execution/helm/templates/theodolite/benchmarkCRD.yaml b/execution/helm/templates/theodolite/crd-benchmark.yaml similarity index 100% rename from execution/helm/templates/theodolite/benchmarkCRD.yaml rename to execution/helm/templates/theodolite/crd-benchmark.yaml diff --git a/execution/helm/templates/theodolite/executionCRD.yaml b/execution/helm/templates/theodolite/crd-execution.yaml similarity index 100% rename from execution/helm/templates/theodolite/executionCRD.yaml rename to execution/helm/templates/theodolite/crd-execution.yaml -- GitLab