Documentation
¶
Index ¶
Constants ¶
View Source
const URI = "builtin://actions/helm-deploy"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DeploymentChart string `json:"deployment_chart" env:"DEPLOYMENT_CHART" validate:"required"`
DeploymentChartVersion string `json:"deployment_chart_version" env:"DEPLOYMENT_CHART_VERSION"`
DeploymentChartLocalPath string `json:"deployment_chart_local_path" env:"DEPLOYMENT_CHART_LOCAL_PATH"`
DeploymentNamespace string `json:"deployment_namespace" env:"DEPLOYMENT_NAMESPACE" validate:"required"`
DeploymentID string `json:"deployment_id" env:"DEPLOYMENT_ID" validate:"required"`
DeploymentEnvironment string `json:"deployment_environment" env:"DEPLOYMENT_ENVIRONMENT" validate:"required"`
HelmArgs string `json:"helm_args" env:"HELM_ARGS"`
}
Click to show internal directories.
Click to hide internal directories.