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/nifi-operator/crds/crds.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,10 @@ spec:
358
358
nullable: true
359
359
type: boolean
360
360
type: object
361
+
requestedSecretLifetime:
362
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. Please note that this can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
363
+
nullable: true
364
+
type: string
361
365
resources:
362
366
default:
363
367
cpu:
@@ -815,6 +819,10 @@ spec:
815
819
nullable: true
816
820
type: boolean
817
821
type: object
822
+
requestedSecretLifetime:
823
+
description: Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`. Please note that this can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
0 commit comments