Skip to content

Annotation are not being attached the service accountΒ #113

@Blunderchips

Description

@Blunderchips

Looking at this value here to pass annotations down to the service accounts, it does not seem to be used anywhere in the chart?

For what I can see it is just not used anywhere. Expecting to see it being passed somewhere here:

apiVersion: v1
kind: ServiceAccount
metadata:
  labels:
    {{- include "amazon-cloudwatch-observability.labels" . | nindent 4}}
  name: {{ template "amazon-cloudwatch-observability.managerServiceAccountName" . }}
  namespace: {{ .Release.Namespace }}

What I am trying to is to attach eks.amazonaws.com/role-arn for the manager to use. But I am ending up with the following:

Name:                amazon-cloudwatch-observability-controller-manager
Namespace:           amazon-cloudwatch
Labels:              app.kubernetes.io/instance=amazon-cloudwatch-observability
                     app.kubernetes.io/managed-by=Helm
                     app.kubernetes.io/name=amazon-cloudwatch-observability
                     app.kubernetes.io/version=1.0.0
Annotations:         meta.helm.sh/release-name: amazon-cloudwatch-observability
                     meta.helm.sh/release-namespace: amazon-cloudwatch
Image pull secrets:  <none>
Mountable secrets:   <none>
Tokens:              <none>
Events:              <none>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions