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