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

Commit 4c2ae7b

Browse files
authored
chore(docs): Remove redundant -f in helm template (#490)
1 parent b130584 commit 4c2ae7b

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
@@ -45,7 +45,7 @@ For more details about configuration see the [helm chart docs](charts/kubernetes
4545
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:
4646

4747
```bash
48-
$ helm template -f charts/kubernetes-external-secrets/values.yaml --output-dir ./output_dir ./charts/kubernetes-external-secrets/
48+
$ helm template --output-dir ./output_dir ./charts/kubernetes-external-secrets/
4949
```
5050

5151
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)