You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add the option to disable Kubernetes SA annotation in workload-identity. (#787)
* Add the option to disable Kubernetes SA annotation in workload-identity.
* Add the option to disable Kubernetes SA annotation in workload-identity. Generated documentation.
Co-authored-by: Bharath KKB <[email protected]>
| annotate\_k8s\_sa | Annotate the kubernetes service account with 'iam.gke.io/gcp-service-account' annotation. Valid in cases when an existing SA is used. |`bool`|`true`| no |
72
73
| automount\_service\_account\_token | Enable automatic mounting of the service account token |`bool`|`false`| no |
73
74
| cluster\_name | Cluster name. Required if using existing KSA. |`string`|`""`| no |
74
75
| k8s\_sa\_name | Name for the existing Kubernetes service account |`string`|`null`| no |
0 commit comments