Skip to content

Commit

Permalink
Import the networkplugin-syncer correctly
Browse files Browse the repository at this point in the history
Fixing a couple of typos on the deploy script which prevent this
from working.

Signed-off-by: Miguel Angel Ajo <[email protected]>
  • Loading branch information
mangelajo committed Jan 27, 2021
1 parent e5fddc1 commit 48e268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shared/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import_image quay.io/submariner/submariner-operator ${image_tag}
import_image quay.io/submariner/submariner ${image_tag}
import_image quay.io/submariner/submariner-route-agent ${image_tag}
[[ $globalnet != "true" ]] || import_image quay.io/submariner/submariner-globalnet ${image_tag}
[[ "$cluster_cni[$cluster]" != "ovn" ]] || import_image quay.io/submariner/submariner-networkpluginsyncer ${image_tag}
[[ "${cluster_cni[$cluster]}" != "ovn" ]] || import_image quay.io/submariner/submariner-networkplugin-syncer ${image_tag}

load_deploytool $deploytool
deploytool_prereqs
Expand Down

0 comments on commit 48e268a

Please sign in to comment.