generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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>
MauroSoli
Metadata
Metadata
Assignees
Labels
No labels