From 4be8ab3b59f02b8f9df73d428cc87d511abc8ce5 Mon Sep 17 00:00:00 2001 From: asm582 Date: Tue, 1 Feb 2022 04:48:18 -0600 Subject: [PATCH] folder name change to kuberay-operator --- helm-chart/{kubray-operator => kuberay-operator}/.helmignore | 0 helm-chart/{kubray-operator => kuberay-operator}/Chart.yaml | 0 helm-chart/{kubray-operator => kuberay-operator}/README.md | 2 +- .../templates/_helpers.tpl | 0 .../templates/deployment.yaml | 0 .../{kubray-operator => kuberay-operator}/templates/role.yaml | 0 .../templates/rolebinding.yaml | 0 .../templates/service.yaml | 0 .../templates/serviceaccount.yaml | 0 helm-chart/{kubray-operator => kuberay-operator}/values.yaml | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename helm-chart/{kubray-operator => kuberay-operator}/.helmignore (100%) rename helm-chart/{kubray-operator => kuberay-operator}/Chart.yaml (100%) rename helm-chart/{kubray-operator => kuberay-operator}/README.md (95%) rename helm-chart/{kubray-operator => kuberay-operator}/templates/_helpers.tpl (100%) rename helm-chart/{kubray-operator => kuberay-operator}/templates/deployment.yaml (100%) rename helm-chart/{kubray-operator => kuberay-operator}/templates/role.yaml (100%) rename helm-chart/{kubray-operator => kuberay-operator}/templates/rolebinding.yaml (100%) rename helm-chart/{kubray-operator => kuberay-operator}/templates/service.yaml (100%) rename helm-chart/{kubray-operator => kuberay-operator}/templates/serviceaccount.yaml (100%) rename helm-chart/{kubray-operator => kuberay-operator}/values.yaml (100%) diff --git a/helm-chart/kubray-operator/.helmignore b/helm-chart/kuberay-operator/.helmignore similarity index 100% rename from helm-chart/kubray-operator/.helmignore rename to helm-chart/kuberay-operator/.helmignore diff --git a/helm-chart/kubray-operator/Chart.yaml b/helm-chart/kuberay-operator/Chart.yaml similarity index 100% rename from helm-chart/kubray-operator/Chart.yaml rename to helm-chart/kuberay-operator/Chart.yaml diff --git a/helm-chart/kubray-operator/README.md b/helm-chart/kuberay-operator/README.md similarity index 95% rename from helm-chart/kubray-operator/README.md rename to helm-chart/kuberay-operator/README.md index 9a6a46e5c2..4918ea6211 100644 --- a/helm-chart/kubray-operator/README.md +++ b/helm-chart/kuberay-operator/README.md @@ -1,6 +1,6 @@ # Ray Operator -KubRay-Operator: A simple Helm chart +Kuberay-operator: A simple Helm chart Run a deployment of Ray Operator. diff --git a/helm-chart/kubray-operator/templates/_helpers.tpl b/helm-chart/kuberay-operator/templates/_helpers.tpl similarity index 100% rename from helm-chart/kubray-operator/templates/_helpers.tpl rename to helm-chart/kuberay-operator/templates/_helpers.tpl diff --git a/helm-chart/kubray-operator/templates/deployment.yaml b/helm-chart/kuberay-operator/templates/deployment.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/deployment.yaml rename to helm-chart/kuberay-operator/templates/deployment.yaml diff --git a/helm-chart/kubray-operator/templates/role.yaml b/helm-chart/kuberay-operator/templates/role.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/role.yaml rename to helm-chart/kuberay-operator/templates/role.yaml diff --git a/helm-chart/kubray-operator/templates/rolebinding.yaml b/helm-chart/kuberay-operator/templates/rolebinding.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/rolebinding.yaml rename to helm-chart/kuberay-operator/templates/rolebinding.yaml diff --git a/helm-chart/kubray-operator/templates/service.yaml b/helm-chart/kuberay-operator/templates/service.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/service.yaml rename to helm-chart/kuberay-operator/templates/service.yaml diff --git a/helm-chart/kubray-operator/templates/serviceaccount.yaml b/helm-chart/kuberay-operator/templates/serviceaccount.yaml similarity index 100% rename from helm-chart/kubray-operator/templates/serviceaccount.yaml rename to helm-chart/kuberay-operator/templates/serviceaccount.yaml diff --git a/helm-chart/kubray-operator/values.yaml b/helm-chart/kuberay-operator/values.yaml similarity index 100% rename from helm-chart/kubray-operator/values.yaml rename to helm-chart/kuberay-operator/values.yaml