diff --git a/docker/helm/Chart.yaml b/charts/kyuubi/Chart.yaml similarity index 100% rename from docker/helm/Chart.yaml rename to charts/kyuubi/Chart.yaml diff --git a/docker/helm/templates/NOTES.txt b/charts/kyuubi/templates/NOTES.txt similarity index 100% rename from docker/helm/templates/NOTES.txt rename to charts/kyuubi/templates/NOTES.txt diff --git a/docker/helm/templates/_helpers.tpl b/charts/kyuubi/templates/_helpers.tpl similarity index 100% rename from docker/helm/templates/_helpers.tpl rename to charts/kyuubi/templates/_helpers.tpl diff --git a/docker/helm/templates/kyuubi-configmap.yaml b/charts/kyuubi/templates/kyuubi-configmap.yaml similarity index 100% rename from docker/helm/templates/kyuubi-configmap.yaml rename to charts/kyuubi/templates/kyuubi-configmap.yaml diff --git a/docker/helm/templates/kyuubi-deployment.yaml b/charts/kyuubi/templates/kyuubi-deployment.yaml similarity index 100% rename from docker/helm/templates/kyuubi-deployment.yaml rename to charts/kyuubi/templates/kyuubi-deployment.yaml diff --git a/docker/helm/templates/kyuubi-role.yaml b/charts/kyuubi/templates/kyuubi-role.yaml similarity index 100% rename from docker/helm/templates/kyuubi-role.yaml rename to charts/kyuubi/templates/kyuubi-role.yaml diff --git a/docker/helm/templates/kyuubi-rolebinding.yaml b/charts/kyuubi/templates/kyuubi-rolebinding.yaml similarity index 100% rename from docker/helm/templates/kyuubi-rolebinding.yaml rename to charts/kyuubi/templates/kyuubi-rolebinding.yaml diff --git a/docker/helm/templates/kyuubi-service.yaml b/charts/kyuubi/templates/kyuubi-service.yaml similarity index 100% rename from docker/helm/templates/kyuubi-service.yaml rename to charts/kyuubi/templates/kyuubi-service.yaml diff --git a/docker/helm/templates/kyuubi-serviceaccount.yaml b/charts/kyuubi/templates/kyuubi-serviceaccount.yaml similarity index 100% rename from docker/helm/templates/kyuubi-serviceaccount.yaml rename to charts/kyuubi/templates/kyuubi-serviceaccount.yaml diff --git a/docker/helm/values.yaml b/charts/kyuubi/values.yaml similarity index 100% rename from docker/helm/values.yaml rename to charts/kyuubi/values.yaml diff --git a/docs/quick_start/quick_start_with_helm.md b/docs/quick_start/quick_start_with_helm.md index e13639d6c40..4b3c85ba7d7 100644 --- a/docs/quick_start/quick_start_with_helm.md +++ b/docs/quick_start/quick_start_with_helm.md @@ -35,7 +35,7 @@ create ns kyuubi #### Get kyuubi started ```bash -helm install kyuubi-helm ${KYUUBI_HOME}/docker/helm -n ${namespace_name} +helm install kyuubi-helm ${KYUUBI_HOME}/charts/kyuubi -n ${namespace_name} ``` It will print variables and the way to get kyuubi expose ip and port. ```bash