Skip to content

Commit

Permalink
Fix --install-catalog flag in deployment script (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored May 15, 2019
1 parent 3888ed8 commit d658727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/deploy/kubedb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ while test $# -gt 0; do
shift
;;
--install-catalog*)
shift
val=$(echo $1 | sed -e 's/^[^=]*=//g')
if [ "$val" = "false" ]; then
export KUBEDB_CATALOG=false
fi
shift
;;
--rbac*)
val=$(echo $1 | sed -e 's/^[^=]*=//g')
Expand Down

0 comments on commit d658727

Please sign in to comment.