mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Merge pull request #3499 from MaXinjian/validator
Fix wrong Validator dir
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user