argo-cd/resource_customizations/embed.go
Alexander Matyushentsev 3f32a750a0
chore: use go embed instead of packr (#6262)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-05-18 20:46:17 -07:00

9 lines
142 B
Go

package resource_customizations
import (
"embed"
)
// Embedded contains embedded resource customization
//go:embed *
var Embedded embed.FS