@@ -228,9 +228,9 @@ The command removes all the Kubernetes components associated with the chart and
228
228
| ` master.service.sessionAffinity ` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | ` None ` |
229
229
| ` master.service.sessionAffinityConfig ` | Additional settings for the sessionAffinity | ` {} ` |
230
230
| ` master.terminationGracePeriodSeconds ` | Integer setting the termination grace period for the redis-master pods | ` 30 ` |
231
- | ` master.serviceAccount.create ` | Specifies whether a ServiceAccount should be created | ` false ` |
231
+ | ` master.serviceAccount.create ` | Specifies whether a ServiceAccount should be created | ` true ` |
232
232
| ` master.serviceAccount.name ` | The name of the ServiceAccount to use. | ` "" ` |
233
- | ` master.serviceAccount.automountServiceAccountToken ` | Whether to auto mount the service account token | ` true ` |
233
+ | ` master.serviceAccount.automountServiceAccountToken ` | Whether to auto mount the service account token | ` false ` |
234
234
| ` master.serviceAccount.annotations ` | Additional custom annotations for the ServiceAccount | ` {} ` |
235
235
236
236
### Redis® ; replicas configuration parameters
@@ -346,9 +346,9 @@ The command removes all the Kubernetes components associated with the chart and
346
346
| ` replica.autoscaling.maxReplicas ` | Maximum replicas for the pod autoscaling | ` 11 ` |
347
347
| ` replica.autoscaling.targetCPU ` | Percentage of CPU to consider when autoscaling | ` "" ` |
348
348
| ` replica.autoscaling.targetMemory ` | Percentage of Memory to consider when autoscaling | ` "" ` |
349
- | ` replica.serviceAccount.create ` | Specifies whether a ServiceAccount should be created | ` false ` |
349
+ | ` replica.serviceAccount.create ` | Specifies whether a ServiceAccount should be created | ` true ` |
350
350
| ` replica.serviceAccount.name ` | The name of the ServiceAccount to use. | ` "" ` |
351
- | ` replica.serviceAccount.automountServiceAccountToken ` | Whether to auto mount the service account token | ` true ` |
351
+ | ` replica.serviceAccount.automountServiceAccountToken ` | Whether to auto mount the service account token | ` false ` |
352
352
| ` replica.serviceAccount.annotations ` | Additional custom annotations for the ServiceAccount | ` {} ` |
353
353
354
354
### Redis® ; Sentinel configuration parameters
@@ -466,7 +466,7 @@ The command removes all the Kubernetes components associated with the chart and
466
466
| ` rbac.rules ` | Custom RBAC rules to set | ` [] ` |
467
467
| ` serviceAccount.create ` | Specifies whether a ServiceAccount should be created | ` true ` |
468
468
| ` serviceAccount.name ` | The name of the ServiceAccount to use. | ` "" ` |
469
- | ` serviceAccount.automountServiceAccountToken ` | Whether to auto mount the service account token | ` true ` |
469
+ | ` serviceAccount.automountServiceAccountToken ` | Whether to auto mount the service account token | ` false ` |
470
470
| ` serviceAccount.annotations ` | Additional custom annotations for the ServiceAccount | ` {} ` |
471
471
| ` pdb.create ` | Specifies whether a PodDisruptionBudget should be created | ` false ` |
472
472
| ` pdb.minAvailable ` | Min number of pods that must still be available after the eviction | ` 1 ` |
0 commit comments