From b8cc98172fc7277bf3fd6fe2a7959bb7c7bef417 Mon Sep 17 00:00:00 2001 From: Macharia Muguku Date: Wed, 6 Mar 2024 12:12:50 +0300 Subject: [PATCH] add descriptions for added minio configs --- charts/airbyte/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/airbyte/README.md b/charts/airbyte/README.md index dd72edf153a..79c5d43d96b 100644 --- a/charts/airbyte/README.md +++ b/charts/airbyte/README.md @@ -205,8 +205,9 @@ Helm chart to deploy airbyte | minio.nodeSelector | object | `{}` | Node labels for pod assignment, see https://kubernetes.io/docs/user-guide/node-selection/ # | | minio.storage.volumeClaimValue | string | `"500Mi"` | | | minio.tolerations | list | `[]` | Tolerations for minio pod assignment, see https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ # | -| minio.resources.limits | object | `{}` | | -| minio.resources.requests | object | `{}` | | +| minio.resources.limits | object | `{}` | The resources limits for the minio container + | +| minio.resources.requests | object | `{}` | The requested resources for the minio container | | nameOverride | string | `""` | String to partially override airbyte.fullname template with a string (will prepend the release name) | | pod-sweeper.affinity | object | `{}` | Affinity and anti-affinity for pod assignment, see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity | | pod-sweeper.containerSecurityContext | object | `{}` | Security context for the container |