Skip to content

Commit

Permalink
Fix the service account for emoji chat (kubeflow#809)
Browse files Browse the repository at this point in the history
* We should be using the issue-label-bot-user GCP SA as that's the cluster where
  its running.
  • Loading branch information
jlewi authored Nov 15, 2020
1 parent af27d1d commit 0ae233b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kind: IAMPolicyMember
metadata:
labels:
kf-name: code-intelligence
name: code-intelligence-emojichat-wi
name: code-intelligence-emojichat-user-wi
namespace: issue-label-bot-dev
spec:
member: serviceAccount:issue-label-bot-dev.svc.id.goog[emojichat/default-editor]
resourceRef:
apiVersion: iam.cnrm.cloud.google.com/v1beta1
kind: IAMServiceAccount
name: code-intelligence-user
name: issue-label-bot-user
role: roles/iam.workloadIdentityUser

0 comments on commit 0ae233b

Please sign in to comment.