File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ if [ -n "$CONTIV_TEST" ]; then
7
7
cp /etc/kubernetes/admin.conf /shared/admin.conf
8
8
chmod 0644 /etc/kubernetes/admin.conf
9
9
cd /opt/gopath/src/github.com/contiv/netplugin/install/k8s/contiv/
10
- ./contiv-compose add-systest --k8s-api https://$2 :$3 ./base.yaml > /shared/contiv.yaml
10
+ ./contiv-compose add-systest --k8s-api https://$2 :$3 ./contiv- base.yaml > /shared/contiv.yaml
11
11
# remove kube-dns
12
12
# TODO: enable kube-dns
13
13
kubectl delete deployment -n kube-system kube-dns
14
14
else
15
15
# update to use released version
16
16
cd /opt/gopath/src/github.com/contiv/netplugin/install/k8s/contiv/
17
- ./contiv-compose use-release -v $( cat /opt/gopath/src/github.com/contiv/netplugin/version/CURRENT_VERSION) ./base.yaml > /shared/contiv.yaml
17
+ ./contiv-compose use-release -v $( cat /opt/gopath/src/github.com/contiv/netplugin/version/CURRENT_VERSION) ./contiv- base.yaml > /shared/contiv.yaml
18
18
fi
19
19
20
20
kubectl apply -f /shared/contiv.yaml
File renamed without changes.
You can’t perform that action at this time.
0 commit comments