Closed max-rocket-internet closed 4 years ago
Currently in it's using iam.amazonaws.com/role: https://github.com/awslabs/k8s-cloudwatch-adapter/blob/master/chart/templates/serviceaccount.yaml#L8
iam.amazonaws.com/role
But I think it should be using eks.amazonaws.com/role-arn since it's the proper annotation on AWS EKS?
eks.amazonaws.com/role-arn
Also Security Context needs to be added to the deployment as in #46
Currently in it's using
iam.amazonaws.com/role
: https://github.com/awslabs/k8s-cloudwatch-adapter/blob/master/chart/templates/serviceaccount.yaml#L8But I think it should be using
eks.amazonaws.com/role-arn
since it's the proper annotation on AWS EKS?