From 21f9c8c2c5bf90517aa26d5ca2d34449d4f7013e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 24 Oct 2024 17:43:54 +0200 Subject: [PATCH] fix(clustertool): fix some vars --- clustertool/pkg/helper/vars.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clustertool/pkg/helper/vars.go b/clustertool/pkg/helper/vars.go index db5cc19ab15..fa7157bf7bd 100644 --- a/clustertool/pkg/helper/vars.go +++ b/clustertool/pkg/helper/vars.go @@ -26,9 +26,9 @@ var ( ControlPlaneIPs = []string{} WorkerIPs = []string{} ManifestPaths = []string{ - filepath.Join("flux-system", "flux", "sopssecret.secret.yaml"), - filepath.Join("flux-system", "flux", "deploykey.secret.yaml"), - filepath.Join("flux-system", "flux", "clustersettings.secret.yaml"), + filepath.Join(ClusterPath, "flux-system", "flux", "sopssecret.secret.yaml"), + filepath.Join(ClusterPath, "flux-system", "flux", "deploykey.secret.yaml"), + filepath.Join(ClusterPath, "flux-system", "flux", "clustersettings.secret.yaml"), } KubeFilterStr = []string{