Skip to content

Commit f070c66

Browse files
committed
Fix service account name for GCS permissions RBAC
1 parent dfdf80f commit f070c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/gke-workflow/gke/xpk-gcs-sa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: ServiceAccount
33
metadata:
4-
name: xpk-gcs-sa
4+
name: xpk-sa
55
namespace: default
66
annotations:
77
iam.gke.io/gcp-service-account: jobset-xpk-user@nv-jaxtoolboxgcp-20240925.iam.gserviceaccount.com
@@ -25,7 +25,7 @@ metadata:
2525
namespace: default
2626
subjects:
2727
- kind: ServiceAccount
28-
name: xpk-gcs-sa
28+
name: xpk-sa
2929
namespace: default
3030
roleRef:
3131
kind: Role

0 commit comments

Comments
 (0)