Skip to content

Commit

Permalink
And the yaml...
Browse files Browse the repository at this point in the history
  • Loading branch information
joejulian committed Feb 5, 2020
1 parent e43b602 commit 1cf6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ install_dummylb() {
echo 'Installing dummylb...'
DUMMYLB_SHA="cb4c17d70e63393f8de7cfa97d186aa06e781b3cd25bfff1f374b9d57159e80f"
DUMMYLB_REG="registry.gitlab.com/joejulian/dummylb"
curl -sL https://gitlab.com/joejulian/dummylb/-/raw/master/dummylb.yaml |
curl -sL https://gitlab.com/joejulian/dummylb/-/raw/f5c51f24e706cd4c5ebe7e5d36e688d167473f8b/dummylb.yaml |
sed "s%image: $DUMMYLB_REG:latest%image: $DUMMYLB_REG@sha256:$DUMMYLB_SHA%" |
docker_exec kubectl apply -f -
echo
Expand Down

0 comments on commit 1cf6e36

Please sign in to comment.