Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProjectName ¶
Types ¶
type Destination ¶
type Values ¶
type Values struct {
Destinations []Destination `yaml:"destinations"`
}
func GetDestinationValues ¶
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.