Skip to content

Commit

Permalink
Correct Flags section of readme (#16)
Browse files Browse the repository at this point in the history
This updates the flags section of the readme to match what is returned by version 0.1.2.

The main reason behind this is that `--tiller-namespace` is now `--tiller-ns`
as of #8

Signed-off-by: Will Bertelsen <[email protected]>
  • Loading branch information
wbertelsen authored Aug 26, 2020
1 parent 05ac6a0 commit 3cdde8b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ $ helm backup [flags] NAMESPACE --restore
### Flags:

```
--file string file name to use (.tgz file). If not provided - will use <namespace>.tgz
-l, --label string label to select tiller resources by (default "OWNER=TILLER")
-r, --restore restore instead of backup
--tiller-namespace string namespace of Tiller (default "kube-system")
--file string file name to use (.tgz file). If not provided - will use <namespace>.tgz
-h, --help help for backup
-l, --label string label to select tiller resources by (default "OWNER=TILLER")
-r, --restore restore instead of backup
-t, --tiller-ns string namespace of Tiller (default "kube-system")
```

## Install
Expand Down

0 comments on commit 3cdde8b

Please sign in to comment.