Skip to content

Commit

Permalink
chore(docs): Remove redundant -f in helm template (external-secrets#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
serbixote committed Sep 28, 2020
1 parent b130584 commit 4c2ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For more details about configuration see the [helm chart docs](charts/kubernetes
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:

```bash
$ helm template -f charts/kubernetes-external-secrets/values.yaml --output-dir ./output_dir ./charts/kubernetes-external-secrets/
$ helm template --output-dir ./output_dir ./charts/kubernetes-external-secrets/
```

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

0 comments on commit 4c2ae7b

Please sign in to comment.