Skip to content

Commit 43b7cfb

Browse files
aledbfroboquat
authored andcommitted
[installer] Fix lint issue
1 parent 4ad0b81 commit 43b7cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/ws-proxy/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
6565
PriorityClassName: common.SystemNodeCritical,
6666
Affinity: common.NodeAffinity(cluster.AffinityLabelWorkspaceServices),
6767
TopologySpreadConstraints: []corev1.TopologySpreadConstraint{
68-
corev1.TopologySpreadConstraint{
68+
{
6969
LabelSelector: &metav1.LabelSelector{MatchLabels: common.DefaultLabels(Component)},
7070
MaxSkew: 1,
7171
TopologyKey: "kubernetes.io/hostname",

0 commit comments

Comments
 (0)