We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d58787 commit db41727Copy full SHA for db41727
README.md
@@ -99,9 +99,16 @@ And then to `download`, use for instance:
99
vault-handler download --output-dir /tmp --dry-run /path/to/manifest.yaml
100
```
101
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
108
### Manifest
109
-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).
112
113
``` yaml
114
---
0 commit comments