add kubeconform action #168
@@ -35,6 +35,7 @@ jobs:
|
|||||||
# Validate manifests with proper schema resolution
|
# Validate manifests with proper schema resolution
|
||||||
find . -type f \( -name "*.yml" \) \
|
find . -type f \( -name "*.yml" \) \
|
||||||
-not -path "./.gitea/*" \
|
-not -path "./.gitea/*" \
|
||||||
|
-not -path "./clusters/default/system-upgrade/*" \
|
||||||
-exec sh -c '
|
-exec sh -c '
|
||||||
for file do
|
for file do
|
||||||
echo "=== Validating: $file ==="
|
echo "=== Validating: $file ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user