mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 10:00:02 +00:00
refactor!(api): support for additional certificate SANs
Removing the field tcp.spec.networkProfile.domain in favor of the tcp.spec.networkProfile.certSANs which allows specifying additional extra domains that could be used to reach out to the tenant control plane.
This commit is contained in:
@@ -36,12 +36,7 @@ var _ = Describe("Deploy a TenantControlPlane resource", func() {
|
||||
},
|
||||
},
|
||||
NetworkProfile: kamajiv1alpha1.NetworkProfileSpec{
|
||||
Address: "172.18.0.2",
|
||||
DNSServiceIPs: []string{"10.96.0.10"},
|
||||
Domain: "clastix.labs",
|
||||
PodCIDR: "10.244.0.0/16",
|
||||
Port: 31443,
|
||||
ServiceCIDR: "10.96.0.0/16",
|
||||
Address: "172.18.0.2",
|
||||
},
|
||||
Kubernetes: kamajiv1alpha1.KubernetesSpec{
|
||||
Version: "v1.23.6",
|
||||
|
||||
Reference in New Issue
Block a user