Skip to content

Commit 4eec7aa

Browse files
committed
fix: add matchlabel and selector
1 parent dfc3d80 commit 4eec7aa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

platform/index-templates/kubernetes_baseline_template.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@
3737
"enabled": false
3838
}
3939
}
40+
},
41+
{
42+
"managed_fields": {
43+
"path_match": "Description.*.matchLabels",
44+
"mapping": {
45+
"enabled": false
46+
}
47+
}
48+
},
49+
{
50+
"managed_fields": {
51+
"path_match": "Description.*.selector",
52+
"mapping": {
53+
"enabled": false
54+
}
55+
}
4056
}
4157
],
4258
"properties": {

0 commit comments

Comments
 (0)