Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
kunmingg committed Jun 12, 2018
1 parent 2cdd735 commit 539f92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gke/configs/cluster.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ TODO(jlewi): Do we need to serialize API activation
{# Grant permissions needed to push the app to a cloud repository. #}
- role: roles/source.admin
members:
- {{ 'serviceAccount:' + KF_ADMIN_NAME + '@cloudservices.gserviceaccount.com' }}
- {{ 'serviceAccount:' + KF_USER_NAME + '@cloudservices.gserviceaccount.com' }}
- {{ 'serviceAccount:' + KF_ADMIN_NAME + '@' + env['project'] + '.iam.gserviceaccount.com' }}
- {{ 'serviceAccount:' + KF_USER_NAME + '@' + env['project'] + '.iam.gserviceaccount.com' }}

{# servicemanagement.admin is needed by CloudEndpoints controller
so we can create a service to get a hostname.
Expand Down

0 comments on commit 539f92d

Please sign in to comment.