Skip to content

Commit

Permalink
Override files on unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jun 16, 2016
1 parent 50663df commit f080307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancher-k8s-images/k8s/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -n "$ACTION" ]; then
mkdir -p /etc/kubernetes/ssl
cd /etc/kubernetes/ssl
curl -s -u $CATTLE_ACCESS_KEY:$CATTLE_SECRET_KEY -X POST $ACTION > certs.zip
unzip certs.zip
unzip -o certs.zip
cd $OLDPWD

cat > /etc/kubernetes/ssl/kubeconfig << EOF
Expand Down

0 comments on commit f080307

Please sign in to comment.