File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
id : kind
52
52
uses : engineerd/setup-kind@v0.1.0
53
53
with :
54
- version : v0.6.1
54
+ version : v0.7.0
55
55
config : hack/kubernetes/kind.yaml
56
56
57
57
- name : Prepare cluster for testing
67
67
echo
68
68
echo "installing local-path provisioner ..."
69
69
kubectl delete storageclass --all
70
- kubectl apply -f https://github.com/rancher/local-path-provisioner/raw/v0.0.11 /deploy/local-path-storage.yaml
70
+ kubectl apply -f https://github.com/rancher/local-path-provisioner/raw/v0.0.12 /deploy/local-path-storage.yaml
71
71
kubectl wait --for=condition=Ready pods -n local-path-storage --all --timeout=5m
72
72
kubectl apply -f hack/kubernetes/storageclass/standard.yaml
73
73
echo
@@ -76,11 +76,11 @@ jobs:
76
76
77
77
- name : Install CRDs
78
78
run : |
79
- kubectl apply -f https://github.com/stashed/stash /raw/master/api/crds/stash.appscode.com_functions.yaml
80
- kubectl apply -f https://github.com/stashed/stash /raw/master/api/crds/stash.appscode.com_tasks.yaml
79
+ kubectl apply -f https://github.com/stashed/apimachinery /raw/master/api/crds/stash.appscode.com_functions.yaml
80
+ kubectl apply -f https://github.com/stashed/apimachinery /raw/master/api/crds/stash.appscode.com_tasks.yaml
81
81
kubectl wait --for=condition=NamesAccepted crds --all --timeout=5m
82
82
83
83
- name : Test charts
84
84
run : |
85
- export KUBECONFIG="$(kind get kubeconfig-path)"
85
+ export KUBECONFIG=$HOME/.kube/config
86
86
make ct
You can’t perform that action at this time.
0 commit comments