-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add specsFile to clabverter #151
Conversation
boom! very nice! will check it out and comment hopefully tomorrow but if not this weekend! |
thanks, in the meantime I'll have a look at that lint error |
statusProbes: | ||
enabled: true | ||
excludedNodes: | ||
- baguette |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥖 😁
cmd/clabverter/cli/entrypoint.go
Outdated
@@ -9,6 +9,7 @@ import ( | |||
|
|||
const ( | |||
topologyFile = "topologyFile" | |||
specsFile = "specsFile" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am rooting for shorter arg names, but for this feature I fail to find one.
Maybe though it should be --topoSpecFile
(or --topoSpec
) to be precise what it is about.
--specsFile
clabverter option allows to point to a yaml file containing values to be included in the output. More specifically in thespecs
field of the topology manifest.The value of
specsFile
is to be able to share values of a shared cluster across all users, especially when not all users are comfortable with k8s/c9s.