Merge pull request #3499 from MaXinjian/validator

Fix wrong Validator dir
This commit is contained in:
Jeff Regan
2021-01-26 12:01:41 -08:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
# Validates them and output in the stdout # Validates them and output in the stdout
# #
# Example execution: # 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 if ! [ -x "$(command -v kubeval)" ]; then
echo "Error: kubeval is not installed." echo "Error: kubeval is not installed."