chore(helm): add volumes and volumeMounts chart values (#4714)

This commit is contained in:
Jordan JEAN
2022-02-05 04:47:14 +01:00
committed by GitHub
parent b0852ac107
commit 8d420759f8
3 changed files with 14 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ The following table lists the configurable parameters of the Wiki.js chart and t
| `affinity` | Affinity settings for wiki.js pod assignment | `{}` |
| `schedulerName` | Name of an alternate scheduler for wiki.js pod | `nil` |
| `tolerations` | Toleration labels for wiki.jsk pod assignment | `[]` |
| `volumeMounts` | Volume mounts for Wiki.js container | `[]` |
| `volumes` | Volumes for Wiki.js Pod | `[]` |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `ingress.hosts` | List of ingress rules | `[{"host": "wiki.local", "paths": ["/"]}]` |