Fix wrong Validator dir

Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Xinjian
2021-01-22 13:54:34 +08:00
parent 021c3ce3fc
commit 97f23966af

View File

@@ -10,7 +10,7 @@
# Validates them and output in the stdout
#
# Example execution:
# cat <raw K8s yaml> | ./plugin/someteam.example.com/v1/Validator
# cat <raw K8s yaml> | ./plugin/someteam.example.com/v1/validator/Validator
if ! [ -x "$(command -v kubeval)" ]; then
echo "Error: kubeval is not installed."