|
10 | 10 | errorMessage: | |
11 | 11 | values don't meet the specifications of the schema(s) in the following chart(s): |
12 | 12 | opa-kube-mgmt: |
13 | | - - (root): image is required |
| 13 | + - at '': missing property 'image' |
| 14 | +
|
14 | 15 | - it: image.repository not string |
15 | 16 | set: |
16 | 17 | image: |
|
20 | 21 | errorMessage: | |
21 | 22 | values don't meet the specifications of the schema(s) in the following chart(s): |
22 | 23 | opa-kube-mgmt: |
23 | | - - image.repository: Invalid type. Expected: string, given: integer |
| 24 | + - at '/image/repository': got number, want string |
| 25 | +
|
24 | 26 | - it: image.tag not string |
25 | 27 | set: |
26 | 28 | image: |
|
30 | 32 | errorMessage: | |
31 | 33 | values don't meet the specifications of the schema(s) in the following chart(s): |
32 | 34 | opa-kube-mgmt: |
33 | | - - image.tag: Invalid type. Expected: string, given: integer |
| 35 | + - at '/image/tag': got number, want string |
| 36 | +
|
34 | 37 | - it: mgmt.image is null |
35 | 38 | set: |
36 | 39 | mgmt: |
|
40 | 43 | errorMessage: | |
41 | 44 | values don't meet the specifications of the schema(s) in the following chart(s): |
42 | 45 | opa-kube-mgmt: |
43 | | - - mgmt: image is required |
| 46 | + - at '/mgmt': missing property 'image' |
| 47 | +
|
44 | 48 | - it: mgmt.image.repository not string |
45 | 49 | set: |
46 | 50 | mgmt: |
|
51 | 55 | errorMessage: | |
52 | 56 | values don't meet the specifications of the schema(s) in the following chart(s): |
53 | 57 | opa-kube-mgmt: |
54 | | - - mgmt.image.repository: Invalid type. Expected: string, given: integer |
| 58 | + - at '/mgmt/image/repository': got number, want string |
| 59 | +
|
55 | 60 | - it: mgmt.image.tag not string |
56 | 61 | set: |
57 | 62 | mgmt: |
|
62 | 67 | errorMessage: | |
63 | 68 | values don't meet the specifications of the schema(s) in the following chart(s): |
64 | 69 | opa-kube-mgmt: |
65 | | - - mgmt.image.tag: Invalid type. Expected: string, given: integer |
| 70 | + - at '/mgmt/image/tag': got number, want string |
0 commit comments