This is an automated email from the ASF dual-hosted git repository.

dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 0e81af6a686195be869303e8df40ee385620ab84
Author: Daniel Imberman <[email protected]>
AuthorDate: Thu Sep 17 08:32:24 2020 -0700

    fix kubernetes tests
---
 scripts/ci/libraries/_kind.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ci/libraries/_kind.sh b/scripts/ci/libraries/_kind.sh
index eff8c56..60199d5 100644
--- a/scripts/ci/libraries/_kind.sh
+++ b/scripts/ci/libraries/_kind.sh
@@ -315,6 +315,7 @@ function kind::deploy_test_kubernetes_resources() {
     echo "Deploying Custom kubernetes resources"
     echo
     kubectl apply -f "scripts/ci/kubernetes/volumes.yaml" --namespace default
+    kubectl apply -f "scripts/ci/kubernetes/secrets.yaml" --namespace default
 }
 
 

Reply via email to