test_values.yaml 223 B

12345678910111213
  1. appVolumeMounts:
  2. data:
  3. emptyDir: true
  4. mountPath: /data
  5. staging:
  6. emptyDir: true
  7. mountPath: /plots
  8. image:
  9. pullPolicy: IfNotPresent
  10. repository: collabora/code
  11. tag: 6.4.10.10
  12. updateStrategy: Recreate