Skip to content

Commit 2a1f2ff

Browse files
author
jmccormick2001
committed
fix conflict after merge
1 parent f9e9379 commit 2a1f2ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

operator/cluster/cluster_strategy_1.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,13 +348,8 @@ func getPrimaryLabels(Name string, ClusterName string, replicaFlag bool, userLab
348348
primaryLabels[util.LABEL_PG_CLUSTER] = ClusterName
349349

350350
for key, value := range userLabels {
351-
<<<<<<< HEAD
352-
if key == "NodeLabelKey" || key == "NodeLabelValue" {
353-
//dont add these types
354-
=======
355351
if key == util.LABEL_NODE_LABEL_KEY || key == util.LABEL_NODE_LABEL_VALUE {
356352
//dont add these since they can break label expression checks
357-
>>>>>>> autofail
358353
} else {
359354
primaryLabels[key] = value
360355
}

0 commit comments

Comments
 (0)