Package static assets

Include static Helm assets in the build process needed for air-gap
This commit is contained in:
Erik Wilson
2019-03-20 00:21:49 +00:00
parent 5716acab44
commit ffcc9c0c9c
5 changed files with 59 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
//go:generate go run types/codegen/cleanup/main.go
//go:generate go run types/codegen/main.go
//go:generate go fmt pkg/deploy/zz_generated_bindata.go
//go:generate go fmt pkg/static/zz_generated_bindata.go
//go:generate go fmt pkg/openapi/zz_generated_bindata.go
package main