We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b18fd3 commit 1768854Copy full SHA for 1768854
tests/templates/kuttl/mount-dags-gitsync/30-install-airflow-cluster.yaml.j2
@@ -56,7 +56,7 @@ data:
56
test.txt: |
57
some test text here
58
---
59
-apiVersion: airflow.stackable.tech/v1alpha1
+apiVersion: airflow.stackable.tech/v1alpha2
60
kind: AirflowCluster
61
metadata:
62
name: airflow
@@ -82,9 +82,8 @@ spec:
82
{% endif %}
83
{% if test_scenario['values']['access'] == 'https' %}
84
- repo: https://github.com/stackable-airflow/dags
85
- credentialsSecret: git-credentials
86
- #credentials:
87
- # basicAuthSecretName: git-credentials
+ credentials:
+ basicAuthSecretName: git-credentials
88
89
{% if test_scenario['values']['executor'] == 'celery' %}
90
# Just setting some values to increase the test coverage (defaults should work just fine)
0 commit comments