extra-values.yaml 358 B

12345678910111213141516
  1. fscrawlerConfig:
  2. jobName: test
  3. restart: true
  4. loop: 2
  5. fscrawlerStorage:
  6. jobs:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Namespace }}/jobs
  9. additionalStorages:
  10. - type: hostPath
  11. hostPath: /mnt/{{ .Release.Namespace }}/data1
  12. mountPath: /data1
  13. - type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/data2
  15. mountPath: /data2