소스 검색

docs: Update helm README (#2218)

**NO_CI***
Jason Paul Deland 5 년 전
부모
커밋
a14759a9c9
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      dev/helm/README.md

+ 5 - 0
dev/helm/README.md

@@ -53,6 +53,11 @@ It also optionally packages the [PostgreSQL](https://github.com/kubernetes/chart
 
 To install the chart with the release name `my-release` run the following from this (`helm`) directory:
 
+### Using Helm 3:
+```console
+$ helm install my-release .
+```
+### Using Helm 2:
 ```console
 $ helm install --name my-release . 
 ```