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 92b8cdd commit 1889155Copy full SHA for 1889155
tests/templates/kuttl/logging/51-assert.yaml.j2
@@ -11,6 +11,5 @@ commands:
11
{% set airflow_version = test_scenario['values']['airflow'] %}
12
{% endif %}
13
- script: |
14
- kubectl exec -n $NAMESPACE test-airflow-python-0 -- python /tmp/health.py --role-group automatic-log-config --airflow-version "{{ airflow_version }}"
15
- kubectl exec -n $NAMESPACE test-airflow-python-0 -- python /tmp/health.py --role-group custom-log-config --airflow-version "{{ airflow_version }}"
16
-
+ kubectl exec -n $NAMESPACE test-airflow-python-0 -- python /tmp/health.py --airflow-version "{{ airflow_version }}"
0 commit comments