Default tags don't get applied to previously created "backend" security group #2838
Open
Description
Describe the bug
Tags from --default-tags
argument don't get applied to previously created "backend" security group.
Steps to reproduce
- Deploy chart with minimal config.
- Create at least 1 ALB Ingress.
- Update chart, providing
defaultTags
option. - Observe default tags only on frontend security group.
Expected outcome
Both frontend and backend security groups get provided tags.
Environment
- AWS Load Balancer controller version: v2.4.4
- EKS version: v1.23.10-eks-15b7512
Additional Context:
n/a