Skip to content

Commit

Permalink
chore: helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi committed Aug 6, 2021
1 parent 369c74f commit a511a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/ecosystem/Kubernetes-with-Dragonfly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hack/migrate-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a511a5f

Please sign in to comment.