exclude system-upgrade
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 2m6s

This commit is contained in:
2025-12-03 13:11:45 +05:30
parent c65fef70ff
commit 60a0827608

View File

@@ -35,6 +35,7 @@ jobs:
# Validate manifests with proper schema resolution
find . -type f \( -name "*.yml" \) \
-not -path "./.gitea/*" \
-not -path "./clusters/default/system-upgrade/*" \
-exec sh -c '
for file do
echo "=== Validating: $file ==="