mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
- Add support for enabling cactus, chives, cryptodoge, flax, flora, hddcoin, maize, nchain, stacoin and stor coins into machinaris -- Add deployment for each coin with environment variables and volume mounts -- Add questions to configure them & turn them on/off on-demand - Revert to my initial cluster IP based implementation as it cannot co-exist with hostnetwork + we cannot change coin ports otherwise blockchain network won't be able to communicate - Updates to common/library
5 lines
183 B
Makefile
5 lines
183 B
Makefile
|
|
validate-machinaris:
|
|
@helm dependency update ./charts/machinaris/${v}
|
|
@helm template --values ./charts/machinaris/${v}/test_values.yaml machinaris ./charts/machinaris/${v} --debug
|