Add missing $ for bash variable in plugin.sh

TrivialFix

Change-Id: I0fbea9e4178a682cb9f83b595699a8d30852e485
This commit is contained in:
Nayan Deshmukh 2018-12-04 16:40:43 +09:00
parent 4705b69d1a
commit 4bf66624f2
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function configure_kuryr {
function generate_containerized_kuryr_resources {
local cni_daemon
cni_daemon=$1
if [[ KURYR_CONTROLLER_REPLICAS -eq 1 ]]; then
if [[ $KURYR_CONTROLLER_REPLICAS -eq 1 ]]; then
KURYR_CONTROLLER_HA="False"
else
KURYR_CONTROLLER_HA="True"