2626 description : |-
2727 A Superset cluster stacklet. This resource is managed by the Stackable operator for Apache Superset.
2828 Find more information on how to use it and the resources that the operator generates in the
29- [operator documentation](https://docs.stackable.tech/home/nightly /superset/).
29+ [operator documentation](https://docs.stackable.tech/home/25.11 /superset/).
3030 properties :
3131 clusterConfig :
3232 description : |-
3939 items :
4040 properties :
4141 authenticationClass :
42- description : Name of the [AuthenticationClass](https://docs.stackable.tech/home/nightly /concepts/authentication) used to authenticate users
42+ description : Name of the [AuthenticationClass](https://docs.stackable.tech/home/25.11 /concepts/authentication) used to authenticate users
4343 type : string
4444 oidc :
4545 description : This field contains OIDC-specific configuration. It is only required in case OIDC is used.
9898 properties :
9999 roleMappingFromOpa :
100100 description : |-
101- Configure the OPA stacklet [discovery ConfigMap](https://docs.stackable.tech/home/nightly /concepts/service_discovery)
101+ Configure the OPA stacklet [discovery ConfigMap](https://docs.stackable.tech/home/25.11 /concepts/service_discovery)
102102 and the name of the Rego package containing your authorization rules.
103- Consult the [OPA authorization documentation](https://docs.stackable.tech/home/nightly /concepts/opa)
103+ Consult the [OPA authorization documentation](https://docs.stackable.tech/home/25.11 /concepts/opa)
104104 to learn how to deploy Rego authorization rules with OPA.
105105 properties :
106106 cache :
@@ -124,7 +124,7 @@ spec:
124124 type : object
125125 configMapName :
126126 description : |-
127- The [discovery ConfigMap](https://docs.stackable.tech/home/nightly /concepts/service_discovery)
127+ The [discovery ConfigMap](https://docs.stackable.tech/home/25.11 /concepts/service_discovery)
128128 for the OPA stacklet that should be used for authorization requests.
129129 type : string
130130 package :
@@ -167,7 +167,7 @@ spec:
167167 description : |-
168168 The name of the Secret object containing the admin user credentials and database connection details.
169169 Read the
170- [getting started guide first steps](https://docs.stackable.tech/home/nightly /superset/getting_started/first_steps)
170+ [getting started guide first steps](https://docs.stackable.tech/home/25.11 /superset/getting_started/first_steps)
171171 to find out more.
172172 type : string
173173 mapboxSecret :
@@ -180,9 +180,9 @@ spec:
180180 type : string
181181 vectorAggregatorConfigMapName :
182182 description : |-
183- Name of the Vector aggregator [discovery ConfigMap](https://docs.stackable.tech/home/nightly /concepts/service_discovery).
183+ Name of the Vector aggregator [discovery ConfigMap](https://docs.stackable.tech/home/25.11 /concepts/service_discovery).
184184 It must contain the key `ADDRESS` with the address of the Vector aggregator.
185- Follow the [logging tutorial](https://docs.stackable.tech/home/nightly /tutorials/logging-vector-aggregator)
185+ Follow the [logging tutorial](https://docs.stackable.tech/home/25.11 /tutorials/logging-vector-aggregator)
186186 to learn how to configure log aggregation with Vector.
187187 nullable : true
188188 type : string
@@ -201,7 +201,7 @@ spec:
201201 You can also configure a custom image registry to pull from, as well as completely custom
202202 images.
203203
204- Consult the [Product image selection documentation](https://docs.stackable.tech/home/nightly /concepts/product_image_selection)
204+ Consult the [Product image selection documentation](https://docs.stackable.tech/home/25.11 /concepts/product_image_selection)
205205 for details.
206206 properties :
207207 custom :
@@ -253,7 +253,7 @@ spec:
253253 on role level. There is also a second form of config, which can only be configured
254254 at role level, the `roleConfig`.
255255 You can learn more about this in the
256- [Roles and role group concept documentation](https://docs.stackable.tech/home/nightly /concepts/roles-and-role-groups).
256+ [Roles and role group concept documentation](https://docs.stackable.tech/home/25.11 /concepts/roles-and-role-groups).
257257 nullable : true
258258 properties :
259259 cliOverrides :
@@ -272,7 +272,7 @@ spec:
272272 podAntiAffinity : null
273273 description : |-
274274 These configuration settings control
275- [Pod placement](https://docs.stackable.tech/home/nightly /concepts/operations/pod_placement).
275+ [Pod placement](https://docs.stackable.tech/home/25.11 /concepts/operations/pod_placement).
276276 properties :
277277 nodeAffinity :
278278 description : Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -304,7 +304,7 @@ spec:
304304 default :
305305 containers : {}
306306 enableVectorAgent : null
307- description : Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly /concepts/logging).
307+ description : Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/25.11 /concepts/logging).
308308 properties :
309309 containers :
310310 additionalProperties :
@@ -471,7 +471,7 @@ spec:
471471 description : |-
472472 The `configOverrides` can be used to configure properties in product config files
473473 that are not exposed in the CRD. Read the
474- [config overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#config-overrides)
474+ [config overrides documentation](https://docs.stackable.tech/home/25.11 /concepts/overrides#config-overrides)
475475 and consult the operator specific usage guide documentation for details on the
476476 available config files and settings for the specific product.
477477 type : object
@@ -483,7 +483,7 @@ spec:
483483 `envOverrides` configure environment variables to be set in the Pods.
484484 It is a map from strings to strings - environment variables and the value to set.
485485 Read the
486- [environment variable overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#env-overrides)
486+ [environment variable overrides documentation](https://docs.stackable.tech/home/25.11 /concepts/overrides#env-overrides)
487487 for more information and consult the operator specific usage guide to find out about
488488 the product specific environment variables that are available.
489489 type : object
@@ -494,7 +494,7 @@ spec:
494494 [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core)
495495 to override any property that can be set on a Kubernetes Pod.
496496 Read the
497- [Pod overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#pod-overrides)
497+ [Pod overrides documentation](https://docs.stackable.tech/home/25.11 /concepts/overrides#pod-overrides)
498498 for more information.
499499 type : object
500500 x-kubernetes-preserve-unknown-fields : true
@@ -521,7 +521,7 @@ spec:
521521 2. The allowed number of Pods to be unavailable (`maxUnavailable`)
522522
523523 Learn more in the
524- [allowed Pod disruptions documentation](https://docs.stackable.tech/home/nightly /concepts/operations/pod_disruptions).
524+ [allowed Pod disruptions documentation](https://docs.stackable.tech/home/25.11 /concepts/operations/pod_disruptions).
525525 properties :
526526 enabled :
527527 default : true
@@ -561,7 +561,7 @@ spec:
561561 podAntiAffinity : null
562562 description : |-
563563 These configuration settings control
564- [Pod placement](https://docs.stackable.tech/home/nightly /concepts/operations/pod_placement).
564+ [Pod placement](https://docs.stackable.tech/home/25.11 /concepts/operations/pod_placement).
565565 properties :
566566 nodeAffinity :
567567 description : Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -593,7 +593,7 @@ spec:
593593 default :
594594 containers : {}
595595 enableVectorAgent : null
596- description : Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly /concepts/logging).
596+ description : Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/25.11 /concepts/logging).
597597 properties :
598598 containers :
599599 additionalProperties :
@@ -760,7 +760,7 @@ spec:
760760 description : |-
761761 The `configOverrides` can be used to configure properties in product config files
762762 that are not exposed in the CRD. Read the
763- [config overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#config-overrides)
763+ [config overrides documentation](https://docs.stackable.tech/home/25.11 /concepts/overrides#config-overrides)
764764 and consult the operator specific usage guide documentation for details on the
765765 available config files and settings for the specific product.
766766 type : object
@@ -772,7 +772,7 @@ spec:
772772 `envOverrides` configure environment variables to be set in the Pods.
773773 It is a map from strings to strings - environment variables and the value to set.
774774 Read the
775- [environment variable overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#env-overrides)
775+ [environment variable overrides documentation](https://docs.stackable.tech/home/25.11 /concepts/overrides#env-overrides)
776776 for more information and consult the operator specific usage guide to find out about
777777 the product specific environment variables that are available.
778778 type : object
@@ -783,7 +783,7 @@ spec:
783783 [PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core)
784784 to override any property that can be set on a Kubernetes Pod.
785785 Read the
786- [Pod overrides documentation](https://docs.stackable.tech/home/nightly /concepts/overrides#pod-overrides)
786+ [Pod overrides documentation](https://docs.stackable.tech/home/25.11 /concepts/overrides#pod-overrides)
787787 for more information.
788788 type : object
789789 x-kubernetes-preserve-unknown-fields : true
@@ -878,7 +878,7 @@ spec:
878878 spec :
879879 description : |-
880880 The DruidConnection resource can be used to automatically deploy a Druid datasource in Superset.
881- Learn more about it in the [Superset operator usage guide](https://docs.stackable.tech/home/nightly /superset/usage-guide/connecting-druid).
881+ Learn more about it in the [Superset operator usage guide](https://docs.stackable.tech/home/25.11 /superset/usage-guide/connecting-druid).
882882 properties :
883883 druid :
884884 description : The Druid to connect.
0 commit comments