Skip to content

Commit

Permalink
add descriptions for added minio configs
Browse files Browse the repository at this point in the history
  • Loading branch information
machariamuguku committed Mar 6, 2024
1 parent 829c70c commit b8cc981
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/airbyte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit b8cc981

Please sign in to comment.