- Add variable dnsimple.existingTokenSecret to the Helm chart
to support using an existing secret. This is useful e.g. in
combination with https://github.com/bitnami-labs/sealed-secrets.
- Add variable dnsimple.tokenSecretName to support configuring the
name of the token secret.
When using a GitOps deployment model, these resources are always
considered "out of sync", as the resulting Certificate object's
'duration' field also specifies minutes & seconds.
These changes are essentially a no-op, but match the object, for
GitOps compatability.