diff --git a/docs/en/ecosystem/Kubernetes-with-Dragonfly.md b/docs/en/ecosystem/Kubernetes-with-Dragonfly.md index f021178cc87..fd6f719f6d9 100644 --- a/docs/en/ecosystem/Kubernetes-with-Dragonfly.md +++ b/docs/en/ecosystem/Kubernetes-with-Dragonfly.md @@ -19,13 +19,13 @@ recommended. Just run `minikube start`. ### Clone Chart ```shell -git clone /~https://github.com/dragonflyoss/Dragonfly2.git +git clone --recursive /~https://github.com/dragonflyoss/Dragonfly2.git ``` ### Install ```shell -helm install --namespace dragonfly-system dragonfly Dragonfly2/deploy/charts/dragonfly +helm install --namespace dragonfly-system dragonfly Dragonfly2/deploy/helm-charts/charts/dragonfly ``` ### Wait Dragonfly Ready diff --git a/hack/migrate-config.sh b/hack/migrate-config.sh index 8e51b1f2876..829bdbfd9b6 100755 --- a/hack/migrate-config.sh +++ b/hack/migrate-config.sh @@ -11,8 +11,8 @@ docs/en/user-guide/proxy/containerd.md \ docs/en/user-guide/proxy/docker.md \ docs/en/user-guide/registry-mirror/cri-containerd.md \ docs/en/user-guide/registry-mirror/cri-o.md -deploy/charts/dragonfly/templates/dfdaemon/dfdaemon-configmap.yaml \ -deploy/charts/dragonfly/values.yaml \ +deploy/helm-charts/charts/dragonfly/templates/dfdaemon/dfdaemon-configmap.yaml \ +deploy/helm-charts/charts/dragonfly/values.yaml \ deploy/kustomize/single-cluster-native/bases/dfdaemon/daemonset.yaml \ deploy/kustomize/single-cluster-native/bases/dfdaemon/dfget.yaml \ deploy/kustomize/single-cluster-openkruise/bases/dfdaemon/dfget.yaml \