Add render-and-diff scripts for debugging chart changes#359
Open
Add render-and-diff scripts for debugging chart changes#359
Conversation
Renders helm templates at two git refs using temporary worktrees and structurally diffs the ConfigMap output by full key path. Supports arbitrary --values layering to mirror ArgoCD exactly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Current Aviator status
This pull request is currently open (not queued). How to mergeTo merge this PR, comment
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
Contributor
|
Maybe I'm doing smth wrong but I tried this with my values but got an error |
Contributor
Author
|
/aviator cancel |
Contributor
|
This pull request (or associated stack) has been cancelled and is no longer ready-to-merge. |
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.
Summary
scripts/render-and-diff.sh— Renders helm templates at two git refs (tags, branches, SHAs) using temporary worktrees and diffs the output. Accepts arbitrary--valuesflags to mirror ArgoCD's exact values layering.scripts/compare-manifests.py— Structural diff engine that parses multi-document YAML, matches resources by(kind, name), and deep-diffs ConfigMap data by full key path. Dashboard ConfigMaps are flagged as changed without dumping giant JSON blobs.Usage
Test plan
render-and-diff.shwith default test fixture (controlplane.aws.yaml)--valuesflags work correctly--textmode falls back todiff -u🤖 Generated with Claude Code