From 62e9e0d2525dda46ed3ab5a5a6d3e3acb8f3c8ec Mon Sep 17 00:00:00 2001 From: Jose Luis Pedrosa Date: Tue, 21 May 2024 01:14:46 +0100 Subject: [PATCH] gen docs Signed-off-by: Jose Luis Pedrosa --- charts/radarr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/radarr/README.md b/charts/radarr/README.md index c7318ea..f166a1f 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -37,12 +37,12 @@ helm repo add adminafk https://helm-charts.adminafk.fr | autoscaling.maxReplicas | int | `100` | | | autoscaling.minReplicas | int | `1` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi","volumeName":null}}` | Creating PVC to store configuration | +| config | object | `{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"name":"","size":"5Gi","volumeName":""}}` | Creating PVC to store configuration | | config.persistence.accessModes | list | `["ReadWriteOnce"]` | Access modes of persistent disk | | config.persistence.annotations | object | `{}` | Annotations for PVCs | | config.persistence.name | string | `""` | Config name | | config.persistence.size | string | `"5Gi"` | Size of persistent disk | -| config.persistence.volumeName | string | `nil` | Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. | +| config.persistence.volumeName | string | `""` | Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. | | extraEnv | list | `[]` | Environment variables to add to the radarr pods | | extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the radarr pods | | fullnameOverride | string | `""` | |