mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
committed by
GitHub
parent
a9634c9fc9
commit
d8d9cf32c0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user