Skip to content

Commit

Permalink
Update lb resource tagging (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inbaraj-S authored Jul 26, 2023
1 parent 63eafa8 commit 1ea14b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/ingressclass/ingressclass.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ func (c *Controller) ensureLoadBalancer(ic *networkingv1.IngressClass) error {
},
},
},
FreeformTags: map[string]string{"oci-native-ingress-controller-resource": "loadbalancer"},
}

if icp.Spec.ReservedPublicAddressId != "" {
Expand Down

0 comments on commit 1ea14b6

Please sign in to comment.