Validate with Helm and Kustomize Support - #392
Merged
Merged
Conversation
Signed-off-by: Manasa Chinta <manasachinta7@gmail.com>
…pace for rendering helm projects (#352) Co-authored-by: manasachi <144361666+manasachi@users.noreply.github.com> Co-authored-by: Brandon Foley <brandonfoley13@gmail.com> Signed-off-by: Manasa Chinta <manasachinta7@gmail.com>
Signed-off-by: Manasa Chinta <manasachinta7@gmail.com>
Signed-off-by: Manasa Chinta <manasachinta7@gmail.com>
Manasa Chinta (manasachi)
force-pushed
the
staging-safeguards
branch
from
October 7, 2024 17:40
0bfcf23 to
f8162e2
Compare
Manasa Chinta (manasachi)
requested review from
Nick Keller (NickKeller),
David Gamero (davidgamero) and
Tommy Barnes (tbarnes94)
October 7, 2024 18:36
Tommy Barnes (tbarnes94)
approved these changes
Oct 7, 2024
Tommy Barnes (tbarnes94)
left a comment
Contributor
There was a problem hiding this comment.
Left a nit comment, otherwise LGTM! Good job!
Nick Keller (NickKeller)
approved these changes
Oct 7, 2024
David Gamero (davidgamero)
approved these changes
Nov 13, 2024
David Gamero (davidgamero)
left a comment
Collaborator
There was a problem hiding this comment.
lgtm love to see support for the rendered chart types
Merged
Audra Stump (audrastump)
pushed a commit
to audrastump/draft
that referenced
this pull request
Dec 13, 2024
Signed-off-by: Manasa Chinta <manasachinta7@gmail.com> Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com> Co-authored-by: Brandon Foley <brandonfoley13@gmail.com> Co-authored-by: David Gamero <david340804@gmail.com>
Audra Stump (audrastump)
pushed a commit
to audrastump/draft
that referenced
this pull request
Dec 16, 2024
Signed-off-by: Manasa Chinta <manasachinta7@gmail.com> Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com> Co-authored-by: Brandon Foley <brandonfoley13@gmail.com> Co-authored-by: David Gamero <david340804@gmail.com>
Audra Stump (audrastump)
pushed a commit
to audrastump/draft
that referenced
this pull request
Dec 19, 2024
Signed-off-by: Manasa Chinta <manasachinta7@gmail.com> Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com> Co-authored-by: Brandon Foley <brandonfoley13@gmail.com> Co-authored-by: David Gamero <david340804@gmail.com>
Audra Stump (audrastump)
pushed a commit
to audrastump/draft
that referenced
this pull request
Jan 2, 2025
Signed-off-by: Manasa Chinta <manasachinta7@gmail.com> Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com> Co-authored-by: Brandon Foley <brandonfoley13@gmail.com> Co-authored-by: David Gamero <david340804@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Merging helm and kustomize support for draft validate.
Draft validate will validate manifests given a path to a helm chart, Kustomize dir, a directory of .yaml files, or a single yaml file.
Helm specifically requires --releaseName or -n and --releaseNamespace or -e flags. Otherwise, it uses the directory name as the default name.
Fixes # (issue)
Feature # (details)
Type of change
How Has This Been Tested?
Provide instructions so we can reproduce, and list any relevant details for your test configuration. Please mention if this is a breaking change which will impact consuming tool(s).
Checklist: