mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01: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>
11 lines
149 B
Go
11 lines
149 B
Go
package resource_customizations
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
// Embedded contains embedded resource customization
|
|
//
|
|
//go:embed all:*
|
|
var Embedded embed.FS
|