From db41727447b6deb0bd2ecdc156b5ac21798a24db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ota=CC=81vio=20Fernandes?= Date: Sun, 7 Apr 2019 11:53:00 +0200 Subject: [PATCH] More docs. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3fdb65..7f96f68 100644 --- a/README.md +++ b/README.md @@ -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 ---