Skip to content

Commit

Permalink
Fix extraInitContainers & extraContainers type (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhard authored Oct 25, 2024
1 parent 36b4507 commit 878d8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ extraEnvVars: []
extraPodAnnotations: {}

# -- additional init containers to run inside the pod.
extraInitContainers: {}
extraInitContainers: []

# -- additional sidecar containers to run inside the pod.
extraContainers: {}
extraContainers: []

# -- SecurityContext configuration for the Jellyfin pod
podSecurityContext: {}
Expand Down

0 comments on commit 878d8e3

Please sign in to comment.