Skip to content

Commit 652a1bb

Browse files
adwk67maltesander
andauthored
Update tests/templates/kuttl/ldap/60-install-airflow-cluster.yaml.j2
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent f690097 commit 652a1bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/templates/kuttl/ldap/60-install-airflow-cluster.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ commands:
2626
stringData:
2727
username: airflow
2828
password: airflow
29+
{% if test_scenario['values']['executor'] == 'celery' %}
2930
---
3031
apiVersion: v1
3132
kind: Secret
@@ -34,6 +35,7 @@ commands:
3435
stringData:
3536
username: ""
3637
password: redis
38+
{% endif %}
3739
---
3840
apiVersion: v1
3941
kind: Secret

0 commit comments

Comments
 (0)