Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
Signed-off-by: huaiyou <[email protected]>
  • Loading branch information
VinceCui committed Mar 28, 2023
1 parent 7044858 commit f51b19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/upgrade-trident-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ helm_install l-zero-library || panic "failed to install l-zero-library"
# install optional addons
install_optional_addons ${Addons}

if [ "$Network" == "hybridnet" ];then
if [ "$Network" == "hybridnet" ] || [ "$Network" == "rama" ];then
create_subnet "${HostIPFamily}" "$PodCIDR" "network-0" || exit 1
fi

Expand Down

0 comments on commit f51b19e

Please sign in to comment.