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/superset-operator/crds/crds.yaml
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -129,23 +129,6 @@ spec:
129
129
credentialsSecret:
130
130
description: The name of the Secret object containing the admin user credentials and database connection details. Read the [getting started guide first steps](https://docs.stackable.tech/home/nightly/superset/getting_started/first_steps) to find out more.
131
131
type: string
132
-
listenerClass:
133
-
default: cluster-internal
134
-
description: |-
135
-
This field controls which type of Service the Operator creates for this SupersetCluster:
136
-
137
-
* cluster-internal: Use a ClusterIP service
138
-
139
-
* external-unstable: Use a NodePort service
140
-
141
-
* external-stable: Use a LoadBalancer service
142
-
143
-
This is a temporary solution with the goal to keep yaml manifests forward compatible. In the future, this setting will control which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) will be used to expose the service, and ListenerClass names will stay the same, allowing for a non-breaking change.
144
-
enum:
145
-
- cluster-internal
146
-
- external-unstable
147
-
- external-stable
148
-
type: string
149
132
mapboxSecret:
150
133
description: The name of a Secret object. The Secret should contain a key `connections.mapboxApiKey`. This is the API key required for map charts to work that use mapbox. The token should be in the JWT format.
151
134
nullable: true
@@ -251,6 +234,14 @@ spec:
251
234
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
252
235
nullable: true
253
236
type: string
237
+
listenerClass:
238
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
239
+
enum:
240
+
- cluster-internal
241
+
- external-unstable
242
+
- external-stable
243
+
nullable: true
244
+
type: string
254
245
logging:
255
246
default:
256
247
containers: {}
@@ -479,6 +470,14 @@ spec:
479
470
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
480
471
nullable: true
481
472
type: string
473
+
listenerClass:
474
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
0 commit comments