File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ The patch also sets some environment variables that can be used to change the fr
283283[source,yaml]
284284----
285285---
286- apiVersion: airflow.stackable.tech/v1alpha1
286+ apiVersion: airflow.stackable.tech/v1alpha2
287287kind: AirflowCluster
288288metadata:
289289 name: airflow
@@ -293,8 +293,6 @@ spec:
293293 - name: airflow-dags
294294 mountPath: /dags/dag_factory.py
295295 subPath: dag_factory.py
296- - name: kafka-tls-pem
297- mountPath: /stackable/kafka-tls-pem
298296 webservers:
299297 roleGroups:
300298 default:
Original file line number Diff line number Diff line change 11---
22# {% raw %}
3- apiVersion : airflow.stackable.tech/v1alpha1
3+ apiVersion : airflow.stackable.tech/v1alpha2
44kind : AirflowCluster
55metadata :
66 name : airflow
7474 spec :
7575 containers :
7676 - name : airflow
77- image : oci.stackable.tech/sdp/airflow:3.0 .6-stackable0.0.0-dev
77+ image : oci.stackable.tech/sdp/airflow:3.1 .6-stackable0.0.0-dev
7878 imagePullPolicy : IfNotPresent
7979 env :
8080 - name : NAMESPACE
@@ -102,7 +102,7 @@ spec:
102102 spec :
103103 containers :
104104 - name : base
105- image : oci.stackable.tech/sdp/airflow:3.0 .6-stackable0.0.0-dev
105+ image : oci.stackable.tech/sdp/airflow:3.1 .6-stackable0.0.0-dev
106106 imagePullPolicy : IfNotPresent
107107 env :
108108 - name : AWS_SECRET_ACCESS_KEY
Original file line number Diff line number Diff line change 11---
2- apiVersion : airflow.stackable.tech/v1alpha1
2+ apiVersion : airflow.stackable.tech/v1alpha2
33kind : AirflowCluster
44metadata :
55 name : airflow
99 - name : airflow-dags
1010 mountPath : /dags/dag_factory.py
1111 subPath : dag_factory.py
12- - name : kafka-tls-pem
13- mountPath : /stackable/kafka-tls-pem
1412 webservers :
1513 roleGroups :
1614 default :
You can’t perform that action at this time.
0 commit comments