mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +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
|
# 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."
|
||||||
|
|||||||
Reference in New Issue
Block a user