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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1985,6 +1985,17 @@ spec:
1985
1985
description: A [TPC-H](https://docs.stackable.tech/home/nightly/trino/usage-guide/catalogs/tpch) connector.
1986
1986
type: object
1987
1987
type: object
1988
+
experimentalConfigRemovals:
1989
+
default: []
1990
+
description: |-
1991
+
List of config properties which should be removed.
1992
+
1993
+
This is helpful, because Trino fails to start in case you have any unused config properties. The removals are executed after the `configOverrides`.
1994
+
1995
+
This field is experimental, as ideally some general solution for the removal of properties is found and added to configOverrides. This mechanism would replace this field.
0 commit comments