mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Enable validation using function config schema from KRMFunctionDefinition
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
JavaSpringBoot had 4 errors:
|
||||
\[\d\] replicas must be less than 10
|
||||
\[\d\] name is required
|
||||
\[\d\] image should not have latest tag
|
||||
\[\d\] domain must be a subdomain of example.com
|
||||
validation failure list:
|
||||
spec.domain in body should match 'example\\.com\$'
|
||||
spec.image should not have latest tag
|
||||
metadata.name in body should be at least 1 chars long
|
||||
spec.replicas in body should be less than or equal to 9
|
||||
|
||||
Reference in New Issue
Block a user