Skip to content

Commit dd2904c

Browse files
committed
improve log message on ignoring missing schemas
1 parent 81733bf commit dd2904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubeval/kubeval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func validateResource(data []byte, fileName string, schemaCache map[string]*gojs
156156
var spec interface{}
157157
result := ValidationResult{}
158158
if IgnoreMissingSchemas {
159-
log.Warn("Skipping missing schema validation!")
159+
log.Warn("Warning: Set to ignore missing schemas!")
160160
}
161161
result.FileName = fileName
162162
err := yaml.Unmarshal(data, &spec)

0 commit comments

Comments
 (0)