From 6ac7073f27b219300dd60433915bb77fdd763a81 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Mon, 17 Jul 2017 16:48:31 +0100 Subject: [PATCH] Add docs for retries parameter --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0f536e..c5d3ead 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ spec: - -output=/etc/secrets - -cn=pki:project1/certs/example.com:common_name=commons.example.com,revoke=true,update=2h - -cn=secret:secret/db/prod/username:file=.credentials - - -cn=secret:secret/db/prod/password + - -cn=secret:secret/db/prod/password:retries=true - -cn=aws:aws/creds/s3_backup_policy:file=.s3_creds volumeMounts: - name: secrets @@ -146,3 +146,4 @@ bundle format is very similar in the sense it similar takes the private key and - **revoke**: (revoke) revoke the old lease when you get retrieve a old one e.g. true, TRUE (default to allow the lease to expire and naturally revoke) - **fmt**: (format) allows you to specify the output format of the resource / secret, e.g json, yaml, ini, txt - **exec** (execute) execute's a command when resource is updated or changed +- **retries**: (retries) the maximum number of times to retry retrieving a resource. If not set, resources will be retried indefinitely