1234567891011121314151617 |
- flameConfig:
- password: password
- flameNetwork:
- webPort: 31000
- flameStorage:
- data:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/data
- additionalStorages:
- - type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/data1
- mountPath: /data1
- - type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/data2
- mountPath: /data2
|