mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-23 06:06:43 +00:00
14 lines
218 B
Go
14 lines
218 B
Go
package chart
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed klusterlet
|
|
//go:embed klusterlet/crds
|
|
//go:embed klusterlet/templates
|
|
//go:embed klusterlet/templates/_helpers.tpl
|
|
var ChartFiles embed.FS
|
|
|
|
const ChartName = "klusterlet"
|