Skip to content

Commit

Permalink
Update multus deployment URL (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kennelly <[email protected]>
  • Loading branch information
martinkennelly authored Oct 5, 2021
1 parent abbff3c commit 6d76075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/e2e_setup_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ APP_NAME="network-resources-injector"
APP_DOCKER_TAG="${APP_NAME}:latest"
K8_ADDITIONS_PATH="${root}/scripts/control-plane-additions"
TMP_DIR="${root}/test/tmp"
MULTUS_DAEMONSET_URL="https://raw.githubusercontent.com/intel/multus-cni/master/images/multus-daemonset.yml"
MULTUS_DAEMONSET_URL="https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml"
MULTUS_NAME="multus"
CNIS_DAEMONSET_URL="https://raw.githubusercontent.com/intel/multus-cni/master/e2e/cni-install.yml"
CNIS_DAEMONSET_URL="https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/e2e/cni-install.yml"
CNIS_NAME="cni-plugins"
TEST_NAMESPACE="default"

Expand Down

0 comments on commit 6d76075

Please sign in to comment.