Commit a84ead4
committed
feat(chart): Add GCP Workload Identity support for service accounts
Add GCP Workload Identity annotation support to both main and inference
service accounts, following the same pattern as Azure PR #762.
Changes:
- service_account.yaml: Add iam.gke.io/gcp-service-account annotation
using gcp.iam_service_account value
- service_account_inference.yaml: Add iam.gke.io/gcp-service-account
annotation with fallback from gcp.inference_service_account to
gcp.iam_service_account (allows separate SA for inference pods)
This enables proper GCP Workload Identity binding for model-engine pods
on GKE clusters.
Implements SGPINF-11231 parent 85a7735 commit a84ead4
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
0 commit comments