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
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:
eks.amazonaws.com/role-arn
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>
The text was updated successfully, but these errors were encountered:
@Blunderchips I believe the PR #78 addresses this issue.
Sorry, something went wrong.
Yes looks like it.
No branches or pull requests
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:
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:The text was updated successfully, but these errors were encountered: