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

UserClaim: Add StorageAccessMode #94

Open
camrossi opened this issue Dec 10, 2024 · 0 comments
Open

UserClaim: Add StorageAccessMode #94

camrossi opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@camrossi
Copy link

Chart type
Memgraph Standalone

What happened?
I am creating a K8s HELM chart for an application that will periodically pull a relationship database backup, convert it into CSV and load it into Memgraph with LOAD CSV commands.

There are 2 main components:

  • DB Conversion POD
  • Memgraph

Since the CSV needs to reside on a PVC that is directly attached to Memgraph it makes sense to be able to have the UserClaim as RWX so that the DB Conversion POD and Memgraph can share the same PVC.

I think this would be useful in general for the UserClaim PVC

@camrossi camrossi added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant