[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:
Javier J. Salmerón-García
2024-01-15 11:07:24 +01:00
committed by GitHub
parent 863e060e94
commit 94fc470f41
3 changed files with 3 additions and 3 deletions

View File

@@ -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` |