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

docs: fix readme layout #10

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This GitHub Action builds and compares Kustomize configurations between the base
## Why Use This Action?
Managing Kubernetes configurations across multiple environments and PRs can be challenging. This action automatically generates and posts clear diffs of your Kustomize changes directly in your PR comments. This helps:

🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production
⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code
🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected
📝 **Document Changes** - Automatically track and document configuration changes in PR history
- 🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production
- ⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code
- 🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected
- 📝 **Document Changes** - Automatically track and document configuration changes in PR history

## Features

Expand Down
Loading