Skip to content

Commit

Permalink
fix: typo in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Mar 31, 2024
1 parent 8f07df5 commit 67910c0
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions charts/bazarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| config.persistence.annotations | object | `{}` | Annotations for PVCs |
| config.persistence.name | string | `""` | Config name |
| config.persistence.size | string | `"5Gi"` | Size of persistent disk |
| extraEnv | list | `[]` | Environment variables to add to the prometheus-pve-exporter pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods |
| extraEnv | list | `[]` | Environment variables to add to the bazarr pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the bazarr pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"lscr.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/bazarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

# -- Environment variables to add to the prometheus-pve-exporter pods
# -- Environment variables to add to the bazarr pods
extraEnv: []
# -- Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods
# -- Environment variables from secrets or configmaps to add to the bazarr pods
extraEnvFrom: []

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions charts/flaresolverr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| config.persistence.annotations | object | `{}` | Annotations for PVCs |
| config.persistence.name | string | `""` | Config name |
| config.persistence.size | string | `"5Gi"` | Size of persistent disk |
| extraEnv | list | `[]` | Environment variables to add to the prometheus-pve-exporter pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods |
| extraEnv | list | `[]` | Environment variables to add to the flaresolverr pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the flaresolverr pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"ghcr.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/flaresolverr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

# -- Environment variables to add to the prometheus-pve-exporter pods
# -- Environment variables to add to the flaresolverr pods
extraEnv: []
# -- Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods
# -- Environment variables from secrets or configmaps to add to the flaresolverr pods
extraEnvFrom: []

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions charts/overseerr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| config.persistence.annotations | object | `{}` | Annotations for PVCs |
| config.persistence.name | string | `""` | Config name |
| config.persistence.size | string | `"5Gi"` | Size of persistent disk |
| extraEnv | list | `[]` | Environment variables to add to the prometheus-pve-exporter pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods |
| extraEnv | list | `[]` | Environment variables to add to the overseerr pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the overseerr pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"ghcr.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/overseerr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

# -- Environment variables to add to the prometheus-pve-exporter pods
# -- Environment variables to add to the overseerr pods
extraEnv: []
# -- Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods
# -- Environment variables from secrets or configmaps to add to the overseerr pods
extraEnvFrom: []

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions charts/prowlarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| config.persistence.annotations | object | `{}` | Annotations for PVCs |
| config.persistence.name | string | `""` | Config name |
| config.persistence.size | string | `"5Gi"` | Size of persistent disk |
| extraEnv | list | `[]` | Environment variables to add to the prometheus-pve-exporter pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods |
| extraEnv | list | `[]` | Environment variables to add to the prowlarr pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prowlarr pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"lscr.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/prowlarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

# -- Environment variables to add to the prometheus-pve-exporter pods
# -- Environment variables to add to the prowlarr pods
extraEnv: []
# -- Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods
# -- Environment variables from secrets or configmaps to add to the prowlarr pods
extraEnvFrom: []

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| config.persistence.annotations | object | `{}` | Annotations for PVCs |
| config.persistence.name | string | `""` | Config name |
| config.persistence.size | string | `"5Gi"` | Size of persistent disk |
| extraEnv | list | `[]` | Environment variables to add to the prometheus-pve-exporter pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods |
| extraEnv | list | `[]` | Environment variables to add to the qbittorrent pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the qbittorrent pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"lscr.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

# -- Environment variables to add to the prometheus-pve-exporter pods
# -- Environment variables to add to the qbittorrent pods
extraEnv: []
# -- Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods
# -- Environment variables from secrets or configmaps to add to the qbittorrent pods
extraEnvFrom: []

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions charts/radarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| config.persistence.annotations | object | `{}` | Annotations for PVCs |
| config.persistence.name | string | `""` | Config name |
| config.persistence.size | string | `"5Gi"` | Size of persistent disk |
| extraEnv | list | `[]` | Environment variables to add to the prometheus-pve-exporter pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods |
| 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 | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"lscr.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/radarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

# -- Environment variables to add to the prometheus-pve-exporter pods
# -- Environment variables to add to the radarr pods
extraEnv: []
# -- Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods
# -- Environment variables from secrets or configmaps to add to the radarr pods
extraEnvFrom: []

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| config.persistence.annotations | object | `{}` | Annotations for PVCs |
| config.persistence.name | string | `""` | Config name |
| config.persistence.size | string | `"5Gi"` | Size of persistent disk |
| extraEnv | list | `[]` | Environment variables to add to the prometheus-pve-exporter pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods |
| extraEnv | list | `[]` | Environment variables to add to the sonarr pods |
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the sonarr pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"lscr.io"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

# -- Environment variables to add to the prometheus-pve-exporter pods
# -- Environment variables to add to the sonarr pods
extraEnv: []
# -- Environment variables from secrets or configmaps to add to the prometheus-pve-exporter pods
# -- Environment variables from secrets or configmaps to add to the sonarr pods
extraEnvFrom: []

serviceAccount:
Expand Down

0 comments on commit 67910c0

Please sign in to comment.