You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// buildIngressBackendResourceTags builds the AWS Tags used for a single Ingress and Backend. e.g. TargetGroup.
51
51
// Note: the Tags specified via IngressClass takes higher priority than tags specified via annotation on Ingress or Service.
52
-
// the Tags annotation of Service takes higher priority than annotation of Ingress. (TODO: we might consider change this behavior to merge tags instead)
52
+
// the target group will have the merged tags specified by the annotations of both Ingress and Service
53
+
// the Tags annotation of Service takes higher priority if there is conflict between the tags of Ingress and Service
0 commit comments