Skip to content

Commit

Permalink
Merge pull request #891 from replicatedhq/laverya/export-rook-env-var…
Browse files Browse the repository at this point in the history
…s-when-skippinng-upgrades

export object store env vars when skipping rook upgrades
  • Loading branch information
laverya authored Nov 12, 2020
2 parents 62e5f7e + 7d84aad commit 465d956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/rook/1.4.3/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function rook() {
if [ -n "$SKIP_ROOK_INSTALL" ]; then
local version=$(rook_version)
printf "Rook $version is already installed, will not upgrade to 1.4.3\n"
rook_object_store_output
return 0
fi

Expand Down

0 comments on commit 465d956

Please sign in to comment.