Skip to content
New issue

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

fix : Added URL for permission #1436

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Added URL for permission
This pull request is in regards with #1235
  • Loading branch information
chandanikumari authored Oct 17, 2019
commit 2a7e728fef0a1f71344a25c93b04f86db3556cee
4 changes: 2 additions & 2 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,8 @@ service account.

1. Refer to
[official documentation](https://cloud.google.com/compute/docs/access/service-accounts)
on how to create service accounts and configuring IAM permissions to access
bucket.
on how to create service accounts and configuring [IAM permissions](https://cloud.google.com/storage/docs/access-control/iam-permissions) to access bucket.

1. Create a Kubernetes secret from downloaded service account json key

```bash
Expand Down