-
Notifications
You must be signed in to change notification settings - Fork 402
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
about raw data api #715
Comments
@allenhaozi does the templates route return what you need? 🤔 or is the file you need outside of the templates dir?
|
@cbuto , I need the file outside of the templates dir c.JSON(200, map[string]interface{}{
"templates": chrt.Templates,
"values": chrt.Values,
}) it did not return the raw except templates and values |
@allenhaozi got it. in that case, I'd be good with a PR that exposes a new endpoint to return the @scbizu @jdolitsky do you guys have any concerns about this? |
I am OK with the PR , but the in-memory unarchive will raise the latency , IDK if it will cause the abuse . |
Signed-off-by: Allen <[email protected]>
Signed-off-by: Allen <[email protected]>
For our scenario, we'll add a static/deploy.j2 to helm chart to render the helm charts information
So we need to get this file through the api,
However, the current api does not support it, as follows:
In the helm charts definition, the raw field can be as follows:
Can we provide the relevant api?
for example:
I can contribute this pr
The text was updated successfully, but these errors were encountered: