Skip to content

Commit cf5ab70

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/templates/kuttl/logging/41-install-airflow-cluster.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ metadata:
2323
stringData:
2424
username: airflow
2525
password: airflow
26+
{% if test_scenario['values']['executor'] == 'celery' %}
2627
---
2728
apiVersion: v1
2829
kind: Secret
@@ -31,6 +32,7 @@ metadata:
3132
stringData:
3233
username: ""
3334
password: redis
35+
{% endif %}
3436
---
3537
apiVersion: v1
3638
kind: ConfigMap

0 commit comments

Comments
 (0)