refactor: removing unused address from control-plane builder

This commit is contained in:
Dario Tranchitella
2023-06-01 16:05:15 +02:00
parent c81d190719
commit d3d18ef836
2 changed files with 0 additions and 2 deletions
@@ -45,7 +45,6 @@ const (
)
type Deployment struct {
Address string
KineContainerImage string
DataStore kamajiv1alpha1.DataStore
}
@@ -72,7 +72,6 @@ func (r *KubernetesDeploymentResource) mutate(ctx context.Context, tenantControl
}
d := builder.Deployment{
Address: address,
DataStore: r.DataStore,
KineContainerImage: r.KineContainerImage,
}