fix(clustertool): fix some vars

This commit is contained in:
Kjeld Schouten
2024-10-24 17:43:54 +02:00
parent f864a89652
commit 21f9c8c2c5
+3 -3
View File
@@ -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{