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/airflow-operator/crds/crds.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ spec:
26
26
description: |-
27
27
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/).
28
28
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.
30
30
oneOf:
31
31
- required:
32
32
- celeryExecutors
@@ -7045,7 +7045,7 @@ spec:
7045
7045
type: string
7046
7046
loadExamples:
7047
7047
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/).
7049
7049
type: boolean
7050
7050
vectorAggregatorConfigMapName:
7051
7051
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