Added option to force apiserver and respective client certificate to … (#6403)

* Added option to force apiserver and respective client certificate to be regenerated without necessarily needing to bump the K8S cluster version

* Removed extra blank line
This commit is contained in:
Bogdan Peste
2020-10-12 16:02:48 +03:00
committed by GitHub
parent 270f91e577
commit 5e32655830
3 changed files with 6 additions and 2 deletions

View File

@@ -193,3 +193,5 @@ secrets_encryption_query: "resources[*].providers[0].{{kube_encryption_algorithm
## Amount of time to retain events. (default 1h0m0s)
event_ttl_duration: "1h0m0s"
## Force regeneration of kubernetes control plane certificates without the need of bumping the cluster version
force_certificate_regeneration: false