Version 1.3.0 / 2019-10-15
Feature: Automatic Reconciliation
- Add an environment variable
VAULT_RECONCILIATION_TIME
, which can be set in the Helm chart via thevault.reconciliationTime
value. - If the value of the
VAULT_RECONCILIATION_TIME
is greater0
a CR is reconciled after the specified time (in seconds) - If the
spec.version
is not omitted in a CR, the Kubernetes secret will be automatically updated if the Vault secret changes.
Bugfix: Request was not requeued
- If an error occurred while requesting the Vault secret, the CR was not requeued.