Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I was trying to make a vouch/dirk and lighthouse modules and got some thoughts about our module system:
freeformTypebecause we need to special treatment for them, or we have to useextraArgsargssection: it's not typical for other modules to use attrset for thatMy suggestions:
settingsapproach: I usually expect this section in any modules to configure it. We can use it for all apps and configuration styles (config files or args)argsoption like a listExamples:
prysm:
will be transformed to
beacon-chain --network=sepolia --jwt-secret=XXX --disable-grpc-gateway --checkpoint-sync-url="https://sepolia.checkpoint-sync.ethdevops.io" --rpc-host=0.0.0.0vouch:
will be transformed to
and
vouch.yamlBeta Was this translation helpful? Give feedback.
All reactions