We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b73e5f commit f68e26eCopy full SHA for f68e26e
entrypoint.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+
3
+set -e
4
5
+# Get the directory input value
6
+directory=$INPUT_DIRECTORY
7
8
+# Validate Kubernetes manifest files
9
+kubeval --strict $directory/*.yaml
0 commit comments