Open petercipriano-ms opened 1 month ago
@petercipriano-ms Can you please provide the manifest, controller logs and controller version?
@shraddhabang sure.
Controller: image: public.ecr.aws/eks/aws-load-balancer-controller:v2.6.2
Just an info I'm trying below
alb.ingress.kubernetes.io/actions.{{ $fullName }}: > [{"type":"forward","targetGroupARN":"{{ $albSingleTargetGroup }}"},{"type":"fixed-response","fixedResponseConfig":{"contentType":"text/plain","statusCode":"200","messageBody":"Path is {{ $pathsStr }}" }}]
I think you have to specify the annotation as a string (annotations AFAIK are always strings)
json: cannot unmarshal string into Go value of type ingress.Action