Moved kustomize to own jsonnet file

* [Modified] Makefile to run kustomize.jsonnet
* [Modified] Moved kustomization from example.jsonnet to
examples/kustomize.jsonnet
* [Modified] kustomization file to land at root of kube-prometheus so
current users can continue to use `kubectl apply -f manifests`
This commit is contained in:
Cory O'Daniel
2019-03-20 09:55:27 -07:00
parent 7e0e5cd188
commit 1664600b91
5 changed files with 102 additions and 87 deletions

View File

@@ -28,7 +28,7 @@ generate: manifests **.md
manifests: vendor example.jsonnet build.sh
rm -rf manifests
./build.sh
./build.sh ./examples/kustomize.jsonnet
vendor: $(JB_BINARY) jsonnetfile.json jsonnetfile.lock.json
rm -rf vendor