mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
refactor: removing unused address from control-plane builder
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user