mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-06 01:54:43 +00:00
Add cluster-domain option for bootstrap command
Signed-off-by: Léopold Jacquot <leopold.jacquot@infomaniak.com>
This commit is contained in:
parent
b6c63a1aa4
commit
4d7df52dbe
8 changed files with 31 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ type Options struct {
|
|||
ManifestFile string
|
||||
Timeout time.Duration
|
||||
TargetPath string
|
||||
ClusterDomain string
|
||||
}
|
||||
|
||||
func MakeDefaultOptions() Options {
|
||||
|
|
@ -53,6 +54,7 @@ func MakeDefaultOptions() Options {
|
|||
ManifestFile: "gotk-components.yaml",
|
||||
Timeout: time.Minute,
|
||||
TargetPath: "",
|
||||
ClusterDomain: "cluster.local",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue