fix(clustertool): move spegel into its own namespace

This commit is contained in:
Kjeld Schouten
2024-10-20 12:06:18 +02:00
parent 97b3c76291
commit 88abae90ba
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -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)