|
|
@@ -315,6 +315,10 @@ webhook:
|
|
|
# https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
|
|
|
# One year by default.
|
|
|
duration: "8760h"
|
|
|
+ # -- Set the revisionHistoryLimit on the Certificate. See
|
|
|
+ # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
|
|
|
+ # Defaults to nil.
|
|
|
+ revisionHistoryLimit: ""
|
|
|
# -- How long before the currently issued certificate’s expiry
|
|
|
# cert-manager should renew the certificate. See
|
|
|
# https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
|