Documentation ¶
Index ¶
Constants ¶
View Source
const (
FileNameValues string = "values.yaml"
)
Variables ¶
View Source
var ( Salt string MinLength int )
View Source
var HelmValuesTemplate = `` /* 1541-byte string literal not displayed */
HelmValuesTemplate is the yaml template for helm command. render values.yaml according to the play resource contain
View Source
var (
ValueLog = ctrl.Log.WithValues("package", "values")
)
Functions ¶
func TxtFuncMap ¶
TxtFuncMap returns a template FuncMap with HashID and ToYaml functions
Types ¶
type Templates ¶
type Templates struct { Play *ci.Play Spec ci.PlaySpec Internal map[string]interface{} Values map[string]interface{} }
Templates structure with methods for templating - values.yaml - values.mongodb.yaml - values.postgre.yaml - .s3cfg
Click to show internal directories.
Click to hide internal directories.