Skip to content

Commit 5c776f9

Browse files
committed
crud helm chart: add a section about installing dependencies
1 parent 9e3dcee commit 5c776f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

charts/crud/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CRUD base ready-to-use application
22

3+
## Chart preparation
4+
5+
Build chart dependencies
6+
7+
```shell
8+
$ helm repo add tarantool https://tarantool.github.io/tarantool-operator
9+
$ helm dependency build ./charts/crud/
10+
```
11+
312
## Deploy
413

514
Run `helm install`:

0 commit comments

Comments
 (0)