Merge "Add missing $ for bash variable in plugin.sh"

This commit is contained in:
Zuul 2018-12-05 22:46:01 +00:00 committed by Gerrit Code Review
commit f4e340c41b
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,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"