Versions Compared

Key

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

...

Excerpt
namepe-persistent-volume-configuration

In order to configure Usage Engine Private Edition to use a peristent volume, can be configured to reference an arbitrary persistent volume claim by setting the following helm values should be set:

Code Block
languageyaml
persistence:
  enabled: true
  existingClaim: my-pvc

In this example, my-pvc is an arbitrary persistent volume claim that you have created beforehand.

...