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/hbase-operator/crds/crds.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ spec:
298
298
type: boolean
299
299
type: object
300
300
requestedSecretLifetime:
301
-
description: Request secret (currently only auto certificates) lifetime from the secret operator.
301
+
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.
302
302
nullable: true
303
303
type: string
304
304
resources:
@@ -525,7 +525,7 @@ spec:
525
525
type: boolean
526
526
type: object
527
527
requestedSecretLifetime:
528
-
description: Request secret (currently only auto certificates) lifetime from the secret operator.
528
+
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.
529
529
nullable: true
530
530
type: string
531
531
resources:
@@ -733,7 +733,7 @@ spec:
733
733
type: boolean
734
734
type: object
735
735
requestedSecretLifetime:
736
-
description: Request secret (currently only auto certificates) lifetime from the secret operator.
736
+
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.
737
737
nullable: true
738
738
type: string
739
739
resources:
@@ -960,7 +960,7 @@ spec:
960
960
type: boolean
961
961
type: object
962
962
requestedSecretLifetime:
963
-
description: Request secret (currently only auto certificates) lifetime from the secret operator.
963
+
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.
964
964
nullable: true
965
965
type: string
966
966
resources:
@@ -1168,7 +1168,7 @@ spec:
1168
1168
type: boolean
1169
1169
type: object
1170
1170
requestedSecretLifetime:
1171
-
description: Request secret (currently only auto certificates) lifetime from the secret operator.
1171
+
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.
1172
1172
nullable: true
1173
1173
type: string
1174
1174
resources:
@@ -1395,7 +1395,7 @@ spec:
1395
1395
type: boolean
1396
1396
type: object
1397
1397
requestedSecretLifetime:
1398
-
description: Request secret (currently only auto certificates) lifetime from the secret operator.
1398
+
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