style(readme): align markdown tables
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 13:04:18 +02:00
commit 5e8fd25dec

View file

@ -4,16 +4,16 @@ Install and configure an NFS server with customizable exports.
## Variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| `shares` | Yes | `[]` | List of NFS shares to export |
| `shares[].name` | Yes | - | Description of the share |
| `shares[].path` | Yes | - | Directory path to export |
| `shares[].client_ip` | Yes | - | Client IP address or network |
| `shares[].client_options` | Yes | - | NFS export options |
| `shares[].owner` | No | `root` | Directory owner |
| `shares[].group` | No | `root` | Directory group |
| `shares[].mode` | No | `0770` | Directory permissions |
| Variable | Required | Default | Description |
| ------------------------- | ---------- | --------- | ---------------------------- |
| `shares` | Yes | `[]` | List of NFS shares to export |
| `shares[].name` | Yes | - | Description of the share |
| `shares[].path` | Yes | - | Directory path to export |
| `shares[].client_ip` | Yes | - | Client IP address or network |
| `shares[].client_options` | Yes | - | NFS export options |
| `shares[].owner` | No | `root` | Directory owner |
| `shares[].group` | No | `root` | Directory group |
| `shares[].mode` | No | `0770` | Directory permissions |
## Example