Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
abriko committed Apr 19, 2023
1 parent 60be05d commit ade105b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/certs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ image.tag | `tag` | Set the docker image tag to use.
schedule | `0 0,12 * * *` | Set the job schedule to run dns validation for certificate renew.
backoffLimit | `1` | Specify the number of retries before considering a job as failed.
activeDeadlineSeconds | `600` | Set an active deadline for terminatting a job.
ttlSecondsAfterFinished | `120` | Set a TTL for cleaning a job.
ttlSecondsAfterFinished.enable | `false` | Add ttlSecondsAfterFinished to pod when value is set to `true`.
ttlSecondsAfterFinished.ttl | `120` | Set a TTL for cleaning a job.
successfulJobsHistoryLimit | `3` | Specify how many completed jobs should be kept.
manageAllNamespaces | `false` | Whether or not `certs` should manage all namespaces for generating certificates.
namespacesWhitelist | `<empty>` | Run certs only for a namespace whitelist separated by a space. Useful when `manageAllNamespaces` is set to `true`.
Expand Down

0 comments on commit ade105b

Please sign in to comment.