Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProjectName ¶
func GetProjectName(destination terra.Destination) string
Types ¶
type ArgoDestination ¶ added in v0.0.24
type Values ¶
type Values struct {
Destinations []ArgoDestination `yaml:"destinations"`
}
func GetDestinationValues ¶
func GetDestinationValues(destination terra.Destination) Values
Generate a set of values with a list of ArgoCD project destinations, in the form:
destinations:
- server: https://<cluster api address>/ namespace: namespace1
- server: https://<cluster api address>/ namespace: namespace2
Click to show internal directories.
Click to hide internal directories.