*: regenerate

This commit is contained in:
paulfantom
2020-05-11 11:59:55 +02:00
parent 96ea25d5de
commit 7faed14744
14 changed files with 15971 additions and 15600 deletions

View File

@@ -248,7 +248,7 @@ jsonnet -J vendor -m manifests "${1-example.jsonnet}" | xargs -I{} sh -c 'cat {}
# Make sure to remove json files
find manifests -type f ! -name '*.yaml' -delete
rm kustomization
rm -f kustomization
```