Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BR] No PVC defined for Prowlarr in chart #70

Closed
InputObject2 opened this issue Mar 26, 2023 · 1 comment · Fixed by #78
Closed

[BR] No PVC defined for Prowlarr in chart #70

InputObject2 opened this issue Mar 26, 2023 · 1 comment · Fixed by #78
Assignees

Comments

@InputObject2
Copy link
Contributor

Describe the bug
When configuring a custom volume for Prowlarr, the deployment is properly configured but the PVC is missing from the storage-resources.yml file.

To Reproduce
Deploy a K8SMediaServer with Prowlarr configuration:

prowlarr:
  enabled: true
  volume:
      name: pvc-prowlarr-volume
      accessModes: ReadWriteOnce
      storage: 2Gi

Additional context
I did the initial push for both the volumes and prowlarr, I can contribute the fix if you'd like.

@kubealex
Copy link
Owner

kubealex commented Apr 2, 2023

hi @InputObject2! Totally makes sense, if you can have a look at it it would be great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants