You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/zookeeper-operator/crds/crds.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,10 @@ spec:
298
298
minimum: 0.0
299
299
nullable: true
300
300
type: integer
301
+
requestedSecretLifetime:
302
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
303
+
nullable: true
304
+
type: string
301
305
resources:
302
306
default:
303
307
cpu:
@@ -581,6 +585,10 @@ spec:
581
585
minimum: 0.0
582
586
nullable: true
583
587
type: integer
588
+
requestedSecretLifetime:
589
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
0 commit comments