You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ This GitHub Action builds and compares Kustomize configurations between the base
5
5
## Why Use This Action?
6
6
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:
7
7
8
-
🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production
9
-
⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code
10
-
🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected
11
-
📝 **Document Changes** - Automatically track and document configuration changes in PR history
8
+
-🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production
9
+
-⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code
10
+
-🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected
11
+
-📝 **Document Changes** - Automatically track and document configuration changes in PR history
0 commit comments