We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug --default-tags is overriding tags set in Ingress annotations, not matching the documented behavior
defaultTags
{}
Also reported in #187 (comment)
Steps to reproduce
--default-tags=Tag1=default
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: alb.ingress.kubernetes.io/tags: Tag1=fromannotation,Tag2=foobar
Expected outcome ALB has tags: Tag1=fromannotation,Tag2=foobar
Actual outcome ALB has tags: Tag1=default,Tag2=foobar
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
--default-tags is overriding tags set in Ingress annotations, not matching the documented behavior
defaultTags
{}
Also reported in #187 (comment)
Steps to reproduce
Expected outcome
ALB has tags: Tag1=fromannotation,Tag2=foobar
Actual outcome
ALB has tags: Tag1=default,Tag2=foobar
Environment
The text was updated successfully, but these errors were encountered: