From d3918429e5d227cfa381ef327cb94eeeafcd6e5b Mon Sep 17 00:00:00 2001 From: Marius Kimmina Date: Thu, 12 Dec 2024 08:22:28 +0100 Subject: [PATCH] fix: put k6 crds in the appropriate folder specified by Helm Signed-off-by: Marius Kimmina --- charts/k6-operator/{templates => }/crds/k6.yaml | 0 charts/k6-operator/{templates => }/crds/plz.yaml | 0 charts/k6-operator/{templates => }/crds/testrun.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename charts/k6-operator/{templates => }/crds/k6.yaml (100%) rename charts/k6-operator/{templates => }/crds/plz.yaml (100%) rename charts/k6-operator/{templates => }/crds/testrun.yaml (100%) diff --git a/charts/k6-operator/templates/crds/k6.yaml b/charts/k6-operator/crds/k6.yaml similarity index 100% rename from charts/k6-operator/templates/crds/k6.yaml rename to charts/k6-operator/crds/k6.yaml diff --git a/charts/k6-operator/templates/crds/plz.yaml b/charts/k6-operator/crds/plz.yaml similarity index 100% rename from charts/k6-operator/templates/crds/plz.yaml rename to charts/k6-operator/crds/plz.yaml diff --git a/charts/k6-operator/templates/crds/testrun.yaml b/charts/k6-operator/crds/testrun.yaml similarity index 100% rename from charts/k6-operator/templates/crds/testrun.yaml rename to charts/k6-operator/crds/testrun.yaml