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/trino-operator/crds/crds.yaml
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,10 @@ spec:
298
298
nullable: true
299
299
type: string
300
300
requestedSecretLifetime:
301
-
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.
301
+
description: |-
302
+
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
+
304
+
Defaults to `15d` for coordinators (as currently a restart kills all running queries) and `1d` for workers.
302
305
nullable: true
303
306
type: string
304
307
resources:
@@ -571,7 +574,10 @@ spec:
571
574
nullable: true
572
575
type: string
573
576
requestedSecretLifetime:
574
-
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.
577
+
description: |-
578
+
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.
579
+
580
+
Defaults to `15d` for coordinators (as currently a restart kills all running queries) and `1d` for workers.
575
581
nullable: true
576
582
type: string
577
583
resources:
@@ -873,7 +879,10 @@ spec:
873
879
nullable: true
874
880
type: string
875
881
requestedSecretLifetime:
876
-
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.
882
+
description: |-
883
+
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.
884
+
885
+
Defaults to `15d` for coordinators (as currently a restart kills all running queries) and `1d` for workers.
877
886
nullable: true
878
887
type: string
879
888
resources:
@@ -1146,7 +1155,10 @@ spec:
1146
1155
nullable: true
1147
1156
type: string
1148
1157
requestedSecretLifetime:
1149
-
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.
1158
+
description: |-
1159
+
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.
1160
+
1161
+
Defaults to `15d` for coordinators (as currently a restart kills all running queries) and `1d` for workers.
0 commit comments