Skip to content

Commit 46e9194

Browse files
committed
use v1alpha2, corrected pem mount
1 parent 1186ad4 commit 46e9194

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

stacks/airflow/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# {% raw %}
3-
apiVersion: airflow.stackable.tech/v1alpha1
3+
apiVersion: airflow.stackable.tech/v1alpha2
44
kind: AirflowCluster
55
metadata:
66
name: airflow

stacks/airflow/patch_airflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: airflow.stackable.tech/v1alpha1
2+
apiVersion: airflow.stackable.tech/v1alpha2
33
kind: AirflowCluster
44
metadata:
55
name: airflow
@@ -9,7 +9,7 @@ spec:
99
- name: airflow-dags
1010
mountPath: /dags/dag_factory.py
1111
subPath: dag_factory.py
12-
- name: kafka-tls-pem
12+
- name: tls-pem
1313
mountPath: /stackable/kafka-tls-pem
1414
webservers:
1515
roleGroups:

0 commit comments

Comments
 (0)