init.sh: Add "make gen-charts". (#7446)

This commit is contained in:
Justin Pettit 2020-06-02 07:41:04 -07:00 committed by GitHub
parent 005dc449af
commit 8e288b3212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ git fetch "$ISTIO_REMOTE"
git checkout "$ISTIO_SHA"
# Build and install istioctl
make gen-charts
go install ./istioctl/cmd/istioctl
popd > /dev/null