[bitnami/kiam] fix: 🔒 Do not automount the service account token unless necessary (#22048)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-01-15 09:33:00 +01:00
committed by GitHub
parent a9634c9fc9
commit d8d9cf32c0
3 changed files with 8 additions and 8 deletions

View File

@@ -314,12 +314,12 @@ The command removes all the Kubernetes components associated with the chart and
### kiam agent Service Account parameters
| Name | Description | Value |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------ |
| `agent.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `agent.serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `""` |
| `agent.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
| `agent.serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` |
| Name | Description | Value |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------- |
| `agent.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `agent.serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `""` |
| `agent.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `false` |
| `agent.serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` |
### kiam agent metrics parameters