mirror of
https://github.com/holos-run/holos.git
synced 2026-04-07 10:04:57 +00:00
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"exitCode": 1,
|
|
"name": "ArbitraryLabels",
|
|
"msg": "should not match when before labels are a subset of arbitrary after labels",
|
|
"file1": "before.yaml",
|
|
"file2": "after.yaml",
|
|
"expectedErrors": [
|
|
"+ some-arbitrary-label: not-in-before",
|
|
"+ another-arbitrary-label: also-not-in-before"
|
|
]
|
|
}
|