1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Fix cluster domain mapping

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-13 16:35:19 +02:00
parent 612600b88c
commit 8efe053ffa
2 changed files with 2 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ func installCmdRun(cmd *cobra.Command, args []string) error {
NotificationController: defaults.NotificationController,
ManifestFile: fmt.Sprintf("%s.yaml", namespace),
Timeout: timeout,
ClusterDomain: installClusterDomain,
}
if installManifestsPath == "" {