fix(clustertool): fix some vars
This commit is contained in:
@@ -26,9 +26,9 @@ var (
|
|||||||
ControlPlaneIPs = []string{}
|
ControlPlaneIPs = []string{}
|
||||||
WorkerIPs = []string{}
|
WorkerIPs = []string{}
|
||||||
ManifestPaths = []string{
|
ManifestPaths = []string{
|
||||||
filepath.Join("flux-system", "flux", "sopssecret.secret.yaml"),
|
filepath.Join(ClusterPath, "flux-system", "flux", "sopssecret.secret.yaml"),
|
||||||
filepath.Join("flux-system", "flux", "deploykey.secret.yaml"),
|
filepath.Join(ClusterPath, "flux-system", "flux", "deploykey.secret.yaml"),
|
||||||
filepath.Join("flux-system", "flux", "clustersettings.secret.yaml"),
|
filepath.Join(ClusterPath, "flux-system", "flux", "clustersettings.secret.yaml"),
|
||||||
}
|
}
|
||||||
|
|
||||||
KubeFilterStr = []string{
|
KubeFilterStr = []string{
|
||||||
|
|||||||
Reference in New Issue
Block a user