Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyaml
fileStorageConfig:
    uploads:
      claimName: "backend-uploads"
    media:
      claimName: "button3d-media"
    privateMedia:
      claimName: "button3d-private-media"

6. Now helm will use the initially created volumes instead of creating new ones.

...