Skip to content

Commit adf3829

Browse files
committed
regenerate charts
1 parent c3a49d8 commit adf3829

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

extra/crds.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4245,7 +4245,13 @@ spec:
42454245
properties:
42464246
replaceHyphensWithUnderscores:
42474247
default: false
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."
4248+
description: |-
4249+
Whether 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. This mechanism allows
4253+
you to use valid Kubernetes names, but keeps the convenience of using `_` in
4254+
catalog names.
42494255
type: boolean
42504256
type: object
42514257
type: object

0 commit comments

Comments
 (0)