Skip to content

Commit

Permalink
gen docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Pedrosa <[email protected]>
  • Loading branch information
jlpedrosa committed May 21, 2024
1 parent 51662d8 commit 62e9e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/radarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand Down

0 comments on commit 62e9e0d

Please sign in to comment.