mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-11 23:44:16 +00:00
validate against master by default, not 1.18.0
This commit is contained in:
parent
0a14aae014
commit
3a697f3ce2
4 changed files with 4 additions and 4 deletions
|
|
@ -69,7 +69,7 @@ func New(schemaLocations []string, opts Opts) (Validator, error) {
|
|||
}
|
||||
|
||||
if opts.KubernetesVersion == "" {
|
||||
opts.KubernetesVersion = "1.18.0"
|
||||
opts.KubernetesVersion = "master"
|
||||
}
|
||||
|
||||
if opts.SkipKinds == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue