fix(clustertool): move spegel into its own namespace
This commit is contained in:
@@ -165,7 +165,7 @@ func RunBootstrap(args []string) {
|
||||
close(stopCh)
|
||||
|
||||
prioCharts := []fluxhandler.HelmChart{
|
||||
{filepath.Join(helper.ClusterPath, "/kubernetes/kube-system/spegel/app"), false, true},
|
||||
{filepath.Join(helper.ClusterPath, "/kubernetes/system/spegel/app"), false, true},
|
||||
{filepath.Join(helper.ClusterPath, "/kubernetes/system/cert-manager/app"), false, false},
|
||||
}
|
||||
fluxhandler.InstallCharts(prioCharts, HelmRepos, false)
|
||||
|
||||
Reference in New Issue
Block a user