fix(clustertool): fix manifest path init issues for multicluster setups
This commit is contained in:
@@ -36,6 +36,7 @@ func Execute() error {
|
||||
helper.ClusterEnvFile = filepath.Join(helper.ClusterPath, "/clusterenv.yaml")
|
||||
helper.TalConfigFile = filepath.Join(helper.ClusterPath, "/talos", "talconfig.yaml")
|
||||
helper.TalosPath = filepath.Join(helper.ClusterPath, "/talos")
|
||||
helper.KubernetesPath = filepath.Join(helper.ClusterPath, "/kubernetes")
|
||||
helper.TalosGenerated = filepath.Join(helper.TalosPath, "/generated")
|
||||
helper.TalosConfigFile = filepath.Join(helper.TalosGenerated, "talosconfig")
|
||||
helper.TalSecretFile = filepath.Join(helper.TalosGenerated, "talsecret.yaml")
|
||||
|
||||
Reference in New Issue
Block a user