[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

@@ -28,4 +28,4 @@ name: kubewatch
sources:
- https://github.com/bitnami/bitnami-docker-kubewatch
- https://github.com/bitnami-labs/kubewatch
version: 3.0.2
version: 3.0.3

View File

@@ -121,7 +121,7 @@ The following tables lists the configurable parameters of the Kubewatch chart an
| `containerSecurityContext` | Kubewatch containers' Security Context | Check `values.yaml` file |
| `resources.limits` | The resources limits for the Kubewatch container | `{}` |
| `resources.requests` | The requested resources for the Kubewatch container | `{}` |
| `leavinessProbe` | Leaviness probe configuration for Kubewatch | Check `values.yaml` file |
| `livenessProbe` | Liveness probe configuration for Kubewatch | Check `values.yaml` file |
| `readinessProbe` | Readiness probe configuration for Kubewatch | Check `values.yaml` file |
| `customLivenessProbe` | Override default liveness probe | `nil` |
| `customReadinessProbe` | Override default readiness probe | `nil` |