Skip to content

Commit

Permalink
More docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Otávio Fernandes committed Apr 7, 2019
1 parent 8d58787 commit db41727
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,16 @@ And then to `download`, use for instance:
vault-handler download --output-dir /tmp --dry-run /path/to/manifest.yaml
```

Afterwards you can `copy` secrets to Kubernetes:

``` bash
vault-handler copy --namespace default --dry-run /path/to/manifest.yaml
```

### Manifest

The following snippet is a manifest example.
The following snippet is a manifest example, the actual secrets can be found
[here](./test/mock/kube-secrets).

``` yaml
---
Expand Down

0 comments on commit db41727

Please sign in to comment.