From 424b1636fc0446823e9a5c58c26ac7497fa9b35a Mon Sep 17 00:00:00 2001 From: anishakj Date: Tue, 17 May 2022 08:54:26 -0700 Subject: [PATCH] Fixing e2e tests Signed-off-by: anishakj --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a6c440d3b..8432f18c8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -124,7 +124,7 @@ jobs: ssh -o StrictHostKeyChecking=no root@$CLUSTER_IP "cd /root/pravega-operator/test/e2e/resources/key_tls" ssh -o StrictHostKeyChecking=no root@$CLUSTER_IP "cd /root/pravega-operator/test/e2e/resources/key_tls; kubectl create secret generic controller-tls \ --from-file=./controller01.pem \ - --from-file=./tls.crt\ + --from-file=./tls.crt \ --from-file=./controller01.key.pem \ --from-file=./controller01.jks \ --from-file=./pass-secret-tls"