Fix compile kustomize example.

This commit is contained in:
bzub
2019-09-26 17:37:53 -05:00
parent fa1af6f51e
commit b5b11ef6e9

View File

@@ -52,8 +52,8 @@ kustomize and the plugin_.
This means a one-time run of
```
GOPATH=${whatever} go get \
sigs.k8s.io/kustomize/cmd/kustomize@${releaseVersion}
GOPATH=${whatever} GO111MODULE=on go get \
sigs.k8s.io/kustomize/v3/cmd/kustomize@${releaseVersion}
```
and then a normal development cycle using