Skip to content

Commit a308e8d

Browse files
committed
point to op-rs main
1 parent 752f91e commit a308e8d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ tokio = { version = "1.40", features = ["full"] }
2828
tracing = "0.1"
2929

3030
[patch."https://github.com/stackabletech/operator-rs.git"]
31-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feat/request-secret-lifetime" }
31+
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }

deploy/helm/hbase-operator/crds/crds.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ spec:
298298
type: boolean
299299
type: object
300300
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.
302302
nullable: true
303303
type: string
304304
resources:
@@ -525,7 +525,7 @@ spec:
525525
type: boolean
526526
type: object
527527
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.
529529
nullable: true
530530
type: string
531531
resources:
@@ -733,7 +733,7 @@ spec:
733733
type: boolean
734734
type: object
735735
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.
737737
nullable: true
738738
type: string
739739
resources:
@@ -960,7 +960,7 @@ spec:
960960
type: boolean
961961
type: object
962962
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.
964964
nullable: true
965965
type: string
966966
resources:
@@ -1168,7 +1168,7 @@ spec:
11681168
type: boolean
11691169
type: object
11701170
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.
11721172
nullable: true
11731173
type: string
11741174
resources:
@@ -1395,7 +1395,7 @@ spec:
13951395
type: boolean
13961396
type: object
13971397
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.
13991399
nullable: true
14001400
type: string
14011401
resources:

0 commit comments

Comments
 (0)