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
Now in addition to providing AWS Role ARN chart needs to create service account token. Example:
apiVersion: v1 kind: Secret metadata: annotations: kubernetes.io/service-account.name: core-dump-sa creationTimestamp: "2023-03-22T19:14:32Z" name: core-dump-token-secret namespace: monitoring type: kubernetes.io/service-account-token
The text was updated successfully, but these errors were encountered:
Thanks for highlighting this. If you have time to PR this it would be great.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Now in addition to providing AWS Role ARN chart needs to create service account token. Example:
The text was updated successfully, but these errors were encountered: