[bitnami/*] Fix typo in README (leaviness > liveness) (#4917)

This commit is contained in:
Marco Kilchhofer
2021-01-08 10:27:23 +01:00
committed by GitHub
parent edc7ff6a36
commit 80ca8265b5
23 changed files with 24 additions and 24 deletions

View File

@@ -89,7 +89,7 @@ The following tables lists the configurable parameters of the phpMyAdmin chart a
| `containerSecurityContext` | PhpMyAdmin containers' Security Context | Check `values.yaml` file |
| `resources.limits` | The resources limits for the PhpMyAdmin container | `{}` |
| `resources.requests` | The requested resources for the PhpMyAdmin container | `{"memory": "512Mi", "cpu": "300m"}` |
| `leavinessProbe` | Leaviness probe configuration for PhpMyAdmin | Check `values.yaml` file |
| `livenessProbe` | Liveness probe configuration for PhpMyAdmin | Check `values.yaml` file |
| `readinessProbe` | Readiness probe configuration for PhpMyAdmin | Check `values.yaml` file |
| `customLivenessProbe` | Override default liveness probe | `nil` |
| `customReadinessProbe` | Override default readiness probe | `nil` |