ricoberger / vault-secrets-operator

Create Kubernetes secrets from Vault for a secure GitOps based workflow.
MIT License
633 stars 103 forks source link

Update docs for reconciliation time #149

Closed ricoberger closed 2 years ago

ricoberger commented 2 years ago

From the current documentation it wasn't clear that the VAULT_RECONCILIATION_TIME environment variable specifies the reconciliation time in seconds and that the corresponding value in the Helm chart is vault.reconciliationTime. This should be fixed now.

Closes #147