Skip to content

Commit

Permalink
Update onessl for Kubernetes 1.16+ (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Sep 20, 2019
1 parent 478817b commit 4c0ce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ trap cleanup EXIT
onessl_found() {
# https://stackoverflow.com/a/677212/244009
if [ -x "$(command -v onessl)" ]; then
onessl wait-until-has -h >/dev/null 2>&1 || {
onessl version --check='>=0.13.1' >/dev/null 2>&1 || {
# old version of onessl found
echo "Found outdated onessl"
return 1
Expand Down

0 comments on commit 4c0ce1f

Please sign in to comment.