Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ParameterRegistryPrefix defines the parameter registry ParameterRegistryPrefix string = "{{.Values.registryurl}}/{{.Values.registrynamespace}}/" // ServicesTag is the tag name for services ServicesTag string = "services" // ImageTagTag is the tag name for images ImageTagTag string = "imagetag" // ContainersTag is the tag name for containers ContainersTag string = "containers" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
TagName string `yaml:"imagetag"`
}
Container stores the metadata the container
type HelmValues ¶
type HelmValues struct { IngressHost string `yaml:"ingresshost,omitempty"` RegistryURL string `yaml:"registryurl"` RegistryNamespace string `yaml:"registrynamespace"` Services map[string]Service `yaml:"services"` StorageClass string `yaml:"storageclass,omitempty"` GlobalVariables map[string]string `yaml:"globalvariables,omitempty"` }
HelmValues defines the format of values.yaml
Click to show internal directories.
Click to hide internal directories.