Skip to content

Commit

Permalink
Nit Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Inbaraj-S authored Jul 17, 2023
1 parent d3779f3 commit 28124ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/ingressclass/ingressclass.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (c *Controller) ensureLoadBalancer(ic *networkingv1.IngressClass) error {
},
},
},
FreeformTags: map[string]string{"oci-native-ingress-controller": "loadbalancer"},
FreeformTags: map[string]string{"oci-native-ingress-controller-resource": "loadbalancer"},
}

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

0 comments on commit 28124ab

Please sign in to comment.