Documentation ¶
Overview ¶
Package helm implements kustomize-based Kubernetes deployment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exec ¶
func Exec( ctx context.Context, cfg *config.Config, pipeline *pipelines.Pipeline, name names.Name, imageRefs container.ImageRefs, k8sClient *k8s.K8s, ) error
Exec deploys a stack on Kubernetes using a Helm chart.
func ExpandResources ¶
func ExpandResources( ctx context.Context, cfg *config.Config, pipeline *pipelines.Pipeline, name names.Name, imageRefs container.ImageRefs, ) (k8sResourcesPath string, err error)
ExpandResources expands the resources defined in a Helm chart into a YAML file, with one resource per YAML document. The path to this file is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.