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
Get the credential in .aws folder
Faild to do so because of mountPath: /tekton/home/.aws
should be: mountPath: /root/.aws
Please also update image: docker.io/amazon/aws-cli:2.0.52 to a later version.
ref. https://hub.docker.com/r/amazon/aws-cli
the .aws folder should be in /root unless further specified
The text was updated successfully, but these errors were encountered:
I think this issue can be closed
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Get the credential in .aws folder
Actual Behavior
Faild to do so because of
mountPath: /tekton/home/.aws
should be:
mountPath: /root/.aws
Steps to Reproduce the Problem
Additional Info
Please also update image: docker.io/amazon/aws-cli:2.0.52
to a later version.
ref.
https://hub.docker.com/r/amazon/aws-cli
the .aws folder should be in /root unless further specified
The text was updated successfully, but these errors were encountered: