Documentation ¶
Index ¶
- func ExecuteTemplate(sourceFilePath string, funcMap template.FuncMap, verbose bool) (string, error)
- func GetFuncMap(profile string, prefix string, clean bool, tagCleaned string) template.FuncMap
- func GetSSMParameter(svc ssmiface.SSMAPI, name string, defaultValue *string, decrypt bool) (*string, error)
- func WriteFile(targetFilePath string, content string) error
- func WriteFileD(fileName string, targetDir string, content string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteTemplate ¶
ExecuteTemplate loads a template file, executes is against a given function map and writes the output
func GetFuncMap ¶
GetFuncMap builds the relevant function map to helm_ssm
func GetSSMParameter ¶
func GetSSMParameter(svc ssmiface.SSMAPI, name string, defaultValue *string, decrypt bool) (*string, error)
GetSSMParameter gets a parameter from the AWS Simple Systems Manager service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.