Merge pull request #791 from egernst/master-dont-use-fork

kata-deploy: action: reference kata-containers instead of fork
This commit is contained in:
James O. D. Hunt 2019-11-05 08:24:09 +00:00 committed by GitHub
commit b499732f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"