Skip to content

Commit 1768854

Browse files
committed
restore test to v1alpha1
1 parent 7b18fd3 commit 1768854

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/templates/kuttl/mount-dags-gitsync/30-install-airflow-cluster.yaml.j2

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data:
5656
test.txt: |
5757
some test text here
5858
---
59-
apiVersion: airflow.stackable.tech/v1alpha1
59+
apiVersion: airflow.stackable.tech/v1alpha2
6060
kind: AirflowCluster
6161
metadata:
6262
name: airflow
@@ -82,9 +82,8 @@ spec:
8282
{% endif %}
8383
{% if test_scenario['values']['access'] == 'https' %}
8484
- repo: https://github.com/stackable-airflow/dags
85-
credentialsSecret: git-credentials
86-
#credentials:
87-
# basicAuthSecretName: git-credentials
85+
credentials:
86+
basicAuthSecretName: git-credentials
8887
{% endif %}
8988
{% if test_scenario['values']['executor'] == 'celery' %}
9089
# Just setting some values to increase the test coverage (defaults should work just fine)

0 commit comments

Comments
 (0)