Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit b7358b1

Browse files
committed
docs: update helm template command suggestion
Signed-off-by: Markus Maga <[email protected]>
1 parent 067a33e commit b7358b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For more details about configuration see the [helm chart docs](charts/kubernetes
5858
If you don't want to install helm on your cluster and just want to use `kubectl` to install `kubernetes-external-secrets`, you could get the `helm` client cli first and then use the following sample command to generate kubernetes manifests:
5959

6060
```bash
61-
$ helm template --output-dir ./output_dir ./charts/kubernetes-external-secrets/
61+
$ helm template --include-crds --output-dir ./output_dir external-secrets/kubernetes-external-secrets
6262
```
6363

6464
The generated kubernetes manifests will be in `./output_dir` and can be applied to deploy `kubernetes-external-secrets` to the cluster.

0 commit comments

Comments
 (0)