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:
freeformType
because we need to special treatment for them, or we have to useextraArgs
args
section: it's not typical for other modules to use attrset for thatMy suggestions:
settings
approach: 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)args
option 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.0
vouch:
will be transformed to
and
vouch.yaml
Beta Was this translation helpful? Give feedback.
All reactions