mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/nginx] fix: 🔒 Do not use the default service account (#22024)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
863e060e94
commit
94fc470f41
@@ -164,7 +164,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
|
||||
| `extraVolumes` | Array to add extra volumes | `[]` |
|
||||
| `extraVolumeMounts` | Array to add extra mount | `[]` |
|
||||
| `serviceAccount.create` | Enable creation of ServiceAccount for nginx pod | `false` |
|
||||
| `serviceAccount.create` | Enable creation of ServiceAccount for nginx pod | `true` |
|
||||
| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
|
||||
| `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. | `{}` |
|
||||
| `serviceAccount.automountServiceAccountToken` | Auto-mount the service account token in the pod | `false` |
|
||||
|
||||
Reference in New Issue
Block a user