Skip to content

Commit

Permalink
Merge pull request k0sproject#593 from Schnitzel/main
Browse files Browse the repository at this point in the history
  • Loading branch information
makhov authored May 26, 2024
2 parents 0071679 + f3c4bed commit c94573e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/k0smotron.io/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func labelsForCluster(kmc *km.Cluster) map[string]string {
for k, v := range kmc.Labels {
labels[k] = v
}
labels["component"] = "cluster"
return labels
}

Expand Down

0 comments on commit c94573e

Please sign in to comment.