mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 22:06:27 -03:00
fix(clustertool): fix some vars
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user