refactor: removing unused address from control-plane builder

This commit is contained in:
Dario Tranchitella
2023-05-31 17:15:01 +02:00
parent c81d190719
commit d3d18ef836
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ const (
)
type Deployment struct {
Address string
KineContainerImage string
DataStore kamajiv1alpha1.DataStore
}

View File

@@ -72,7 +72,6 @@ func (r *KubernetesDeploymentResource) mutate(ctx context.Context, tenantControl
}
d := builder.Deployment{
Address: address,
DataStore: r.DataStore,
KineContainerImage: r.KineContainerImage,
}