Skip to content

[WIP] Add a values.yaml for disabling persistence

Cullen Taylor requested to merge no_persist into master

Sometimes it is helpful to disable persistence when testing changes quickly, that way developers are not hampered by waiting on PVCs to bind or flooding a datastore with storage requests. This will disable persistence for the following components:

  • postgresql
  • redis
  • minio
  • gitaly

Since this is cribbed from the minimal values for gke, which does not install prometheus, I have left its persistence flag out.

Signed-off-by: Cullen Taylor ctaylor@gitlab.com

Merge request reports