Skip to content
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

Helm: show full manifest even when yaml is invalid #5225

Open
Gallardo994 opened this issue Jan 11, 2021 · 5 comments
Open

Helm: show full manifest even when yaml is invalid #5225

Gallardo994 opened this issue Jan 11, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@Gallardo994
Copy link

Summary

Add an ability to show full manifest of a helm chart before it gets applied, with an option to see it even if it's invalid (maybe even add a basic linter to it to debug even faster?)

Motivation

Sometimes you might make a mistake in making own helm chart (f.e. push to repo and don't test locally - actually happens if you have to work from a different computer) and get a long unreadable error message from ArgoCD that something is invalid, usually taking whole screen space, going out of bounds in UI, and etc.

Proposal

It would be nice to have an option to see full manifest of an object even if yaml has errors in it (e.g. as in helm template --debug). Or have a button to "debug" template with a specific values file before creation, getting full list of objects to be applied later.

@Gallardo994 Gallardo994 added the enhancement New feature or request label Jan 11, 2021
@jessesuen
Copy link
Member

This is not easily doable because the API between repo-server and api-server expects well-formatted JSON, which does not support showing the raw rendered output of the tooling

@abdennour
Copy link

@jessesuen we need to shift-start linting/testing as pre-build step

@slayer
Copy link

slayer commented Apr 13, 2023

still actual

@jaxalo
Copy link

jaxalo commented Mar 18, 2024

still actual 🙏

@mk-raven
Copy link

mk-raven commented Apr 4, 2024

Wait for decision..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants