Add docs for retries parameter
This commit is contained in:
parent
e5da153b5c
commit
6ac7073f27
|
@ -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
|
||||
|
|
Reference in a new issue