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
Copy file name to clipboardexpand all lines: modules/workload-identity/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ Error: Get "http://localhost/api/v1/namespaces/default/serviceaccounts/your-serv
152
152
| gcp\_sa\_description | The Service Google service account desciption;if null, will be left out |`string`|`null`| no |
153
153
| gcp\_sa\_display\_name | The Google service account display name;if null, a default string will be used |`string`|`null`| no |
154
154
| gcp\_sa\_name | Name for the Google service account; overrides `var.name`. |`string`|`null`| no |
155
+
| image\_pull\_secrets | A list of references to secrets in the same namespace to use forpulling any imagesin pods that reference this Service Account |`list(string)`|`[]`| no |
155
156
| impersonate\_service\_account | An optional service account to impersonate for gcloud commands. If this service account is not specified, the module will use Application Default Credentials. |`string`|`""`| no |
156
157
| k8s\_sa\_name | Name for the Kubernetes service account; overrides `var.name`. `cluster_name` and `location` must be set when this input is specified. |`string`|`null`| no |
157
158
| k8s\_sa\_project\_id | GCP project ID of the k8s service account; overrides `var.project_id`. |`string`|`null`| no |
0 commit comments