We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to generate data/values dynamically using golang
Current Code :
dvs := []string{"x=hello", "y=world"} templatingOptions := yttcmd.NewOptions() input, err := templatesAsInput(tpl...) if err != nil { return "", err } templatingOptions.DataValuesFlags.KVsFromYAML = dvs
Is there is way where I can pass a data values directly via structure or map in golang ?
If there is any, pls share the code snippet.
The text was updated successfully, but these errors were encountered:
This issue is being marked as stale due to a long period of inactivity and will be closed in 5 days if there is no response.
Sorry, something went wrong.
@balu-ce apologies for the delay; we intend to answer more quickly, but have had a lot on our plate, recently.
check this out: https://github.com/carvel-dev/ytt/blob/develop/examples/integrating-with-ytt/apis.md
No branches or pull requests
I am trying to generate data/values dynamically using golang
Current Code :
Is there is way where I can pass a data values directly via structure or map in golang ?
If there is any, pls share the code snippet.
The text was updated successfully, but these errors were encountered: