mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-09 10:56:53 +00:00
6 lines
254 B
Go
6 lines
254 B
Go
package fake
|
|
|
|
// ChartSource is a base64-encoded, gzipped tarball of the default Helm chart(charts/vela-core).
|
|
// Its value is initialized at build time. This whole file will be rewrite at that time, please don't change this file.
|
|
var ChartSource string
|