Skip to content

Commit 8f0d947

Browse files
authored
Merge pull request #14 from jtherin/managed
feat: add tag for scaleway console
2 parents b833d5c + 1d451b4 commit 8f0d947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/loadbalancers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ func (l *loadbalancers) createLoadBalancer(ctx context.Context, clusterName stri
468468
if scwCcmTags != "" {
469469
tags = strings.Split(scwCcmTags, scwCcmTagsDelimiter)
470470
}
471+
tags = append(tags, "managed-by-scaleway-cloud-controller-manager")
471472
lbName := l.GetLoadBalancerName(ctx, clusterName, service)
472473

473474
request := scwlb.CreateLbRequest{

0 commit comments

Comments
 (0)