1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/cmd/cli/kubectl-kyverno/create/templates/templates.go
Charles-Edouard Brétéché a5251aa79b
feat: add create values cli command (#7779)
* feat: add  cli command

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* feat: add create values cli command

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-07-31 23:48:00 +08:00

17 lines
257 B
Go

package templates
import (
_ "embed"
)
//go:embed test.yaml
var TestTemplate string
//go:embed values.yaml
var ValuesTemplate string
//go:embed user-info.yaml
var UserInfoTemplate string
//go:embed metrics-config.yaml
var MetricsConfigTemplate string