update
This commit is contained in:
@@ -163,9 +163,37 @@ func CreateApp(objectID string, clustername string, ControlPlane string, Platfor
|
||||
Value: Memory,
|
||||
},
|
||||
{
|
||||
Name: "controlPlane.proxy.extraSANs[0]",
|
||||
Name: "controlPlane.ingress.enabled",
|
||||
Value: "true",
|
||||
},
|
||||
{
|
||||
Name: "controlPlane.ingress.host",
|
||||
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",
|
||||
Value: app.Namespace + ".bugx.ir",
|
||||
},
|
||||
{
|
||||
Name: "exportKubeConfig.secret.name",
|
||||
Value: app.Namespace + "kubeconfig",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user