Skip to content

Commit 8c76749

Browse files
author
Felix Hennig
committed
regenerate charts
1 parent 82b0db2 commit 8c76749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/helm/airflow-operator/crds/crds.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
description: |-
2727
An Airflow cluster stacklet. This resource is managed by the Stackable operator for Apache Airflow. Find more information on how to use it and the resources that the operator generates in the [operator documentation](https://docs.stackable.tech/home/nightly/airflow/).
2828

29-
The CRD contains three roles: webserver, scheduler and worker/celeryExecutor. Alternatively to the celeryExecutor you can use the kubernetesExecutor.
29+
The CRD contains three roles: webserver, scheduler and worker/celeryExecutor. You can use either the celeryExecutor or the kubernetesExecutor.
3030
oneOf:
3131
- required:
3232
- celeryExecutors
@@ -7045,7 +7045,7 @@ spec:
70457045
type: string
70467046
loadExamples:
70477047
default: false
7048-
description: Wether to load example DAGs or not; defaults to false. The examples are used in the [getting started guide](https://docs.stackable.tech/home/nightly/airflow/getting_started/).
7048+
description: Whether to load example DAGs or not; defaults to false. The examples are used in the [getting started guide](https://docs.stackable.tech/home/nightly/airflow/getting_started/).
70497049
type: boolean
70507050
vectorAggregatorConfigMapName:
70517051
description: Name of the Vector aggregator [discovery ConfigMap](https://docs.stackable.tech/home/nightly/concepts/service_discovery). It must contain the key `ADDRESS` with the address of the Vector aggregator. Follow the [logging tutorial](https://docs.stackable.tech/home/nightly/tutorials/logging-vector-aggregator) to learn how to configure log aggregation with Vector.

0 commit comments

Comments
 (0)