Skip to content

Commit cc566e8

Browse files
committed
Regenerate charts
1 parent e387fba commit cc566e8

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

extra/crds.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4240,18 +4240,12 @@ spec:
42404240
description: |-
42414241
Infer the catalog name from the `.metadata.name` of the TrinoCatalog resource.
42424242
4243-
This ensures that no catalog names clash, as their can only be one TrinoCatalog with a
4243+
This ensures that no catalog names clash, as there can only be one TrinoCatalog with a
42444244
given name.
42454245
properties:
42464246
replaceHyphensWithUnderscores:
42474247
default: false
4248-
description: |-
4249-
Wether hyphens (`-`) in the name of the catalog should be replaced by underscores (`_`).
4250-
4251-
This is recommended because Kubernetes only allows `a-z` and `-`, while Trino
4252-
requires quoting for catalogs containing `-` characters, but not for `_`. This mechanism
4253-
allows you to use valid Kubernetes names, but keeps the convenience of `_` in catalog
4254-
names.
4248+
description: "Whether hyphens (`-`) in the name of the catalog should be replaced by underscores (`_`).\n\nThis is recommended because Kubernetes only allows `a-z` and `-`, while Trino\nrequires quoting for catalogs containing `-` characters. This mechanism allows\nyou to use valid Kubernetes names, but keeps the convenience of using `_` in \ncatalog names."
42554249
type: boolean
42564250
type: object
42574251
type: object

0 commit comments

Comments
 (0)