From 4d129fd9be16479c9fe1c1561289ec2f017fa87f Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Mon, 4 Nov 2019 09:13:23 -0800 Subject: [PATCH] kata-deploy: action: reference kata-containers instead of fork Should have been fixed before merge. Reference upstream instead of fork of Kata. Fixes #789 Signed-off-by: Eric Ernst --- kata-deploy/action/test-kata.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kata-deploy/action/test-kata.sh b/kata-deploy/action/test-kata.sh index 7f0dcde1bd..5a57395d76 100755 --- a/kata-deploy/action/test-kata.sh +++ b/kata-deploy/action/test-kata.sh @@ -57,7 +57,7 @@ function waitForLabelRemoval() { function run_test() { PKG_SHA=$1 - YAMLPATH="https://raw.githubusercontent.com/amshinde/kata-packaging/$PKG_SHA/kata-deploy" + YAMLPATH="https://raw.githubusercontent.com/kata-containers/packaging/$PKG_SHA/kata-deploy" echo "verify connectivity with a pod using Kata" deployment="" @@ -102,7 +102,7 @@ function test_kata() { #kubectl all the things kubectl get pods,nodes --all-namespaces - YAMLPATH="https://raw.githubusercontent.com/amshinde/kata-packaging/$PKG_SHA/kata-deploy" + YAMLPATH="https://raw.githubusercontent.com/kata-containers/packaging/$PKG_SHA/kata-deploy" kubectl apply -f "$YAMLPATH/kata-rbac.yaml"