Skip to content

Commit db41727

Browse files
author
Otávio Fernandes
committed
More docs.
1 parent 8d58787 commit db41727

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,16 @@ And then to `download`, use for instance:
9999
vault-handler download --output-dir /tmp --dry-run /path/to/manifest.yaml
100100
```
101101

102+
Afterwards you can `copy` secrets to Kubernetes:
103+
104+
``` bash
105+
vault-handler copy --namespace default --dry-run /path/to/manifest.yaml
106+
```
107+
102108
### Manifest
103109

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

106113
``` yaml
107114
---

0 commit comments

Comments
 (0)