mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 06:34:03 +00:00
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 <eric.ernst@intel.com>
This commit is contained in:
parent
4c9321088e
commit
4d129fd9be
@ -57,7 +57,7 @@ function waitForLabelRemoval() {
|
|||||||
|
|
||||||
function run_test() {
|
function run_test() {
|
||||||
PKG_SHA=$1
|
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"
|
echo "verify connectivity with a pod using Kata"
|
||||||
|
|
||||||
deployment=""
|
deployment=""
|
||||||
@ -102,7 +102,7 @@ function test_kata() {
|
|||||||
#kubectl all the things
|
#kubectl all the things
|
||||||
kubectl get pods,nodes --all-namespaces
|
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"
|
kubectl apply -f "$YAMLPATH/kata-rbac.yaml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user