mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
10 lines
149 B
Go
10 lines
149 B
Go
package resource_customizations
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
// Embedded contains embedded resource customization
|
|
//
|
|
//go:embed all:*
|
|
var Embedded embed.FS
|