This commit is contained in:
Ybehrooz
2025-07-13 20:23:02 +03:30
parent 0d366c8bab
commit e3bce3715b
3 changed files with 5 additions and 20 deletions

View File

@@ -171,28 +171,12 @@ func CreateApp(objectID string, clustername string, ControlPlane string, Platfor
Value: app.Namespace + ".bugx.ir",
},
{
Name: "sync.toHost.serviceAccounts.enabled",
Value: "true",
},
{
Name: "sync.fromHost.nodes.enabled",
Value: "true",
},
{
Name: "sync.fromHost.nodes.clearImageStatus",
Value: "true",
},
{
Name: "exportKubeConfig.context",
Value: app.Namespace + "-context",
},
{
Name: "exportKubeConfig.server",
Name: "controlPlane.proxy.extraSANs[0]",
Value: app.Namespace + ".bugx.ir",
},
{
Name: "exportKubeConfig.secret.name",
Value: app.Namespace + "kubeconfig",
Name: "exportKubeConfig.server",
Value: "https://" + app.Namespace + ".bugx.ir",
},
},
},