mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Automated PR] Sync cloud_defend plugin policy schema with cloud-defend repo (#154193)
Automated by https://buildkite.com/elastic/cloud-defend/builds/668 Co-authored-by: sec_cloudnative_integrations <sec-cloudnative-integrations@elastic.co>
This commit is contained in:
parent
650356a129
commit
1384a44eed
1 changed files with 6 additions and 7 deletions
|
@ -115,7 +115,7 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"fullContainerImageName": {
|
||||
"containerImageFullName": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
|
@ -194,7 +194,7 @@
|
|||
"required": ["ignoreVolumeFiles"]
|
||||
}
|
||||
},
|
||||
"fullContainerImageName": {
|
||||
"containerImageFullName": {
|
||||
"not": {
|
||||
"required": ["containerImageName"]
|
||||
}
|
||||
|
@ -213,7 +213,7 @@
|
|||
"required": ["containerImageName"]
|
||||
},
|
||||
{
|
||||
"required": ["fullContainerImageName"]
|
||||
"required": ["containerImageFullName"]
|
||||
},
|
||||
{
|
||||
"required": ["containerImageTag"]
|
||||
|
@ -268,7 +268,7 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"fullContainerImageName": {
|
||||
"containerImageFullName": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
|
@ -347,13 +347,12 @@
|
|||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "string",
|
||||
"maxLength": 8
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"fullContainerImageName": {
|
||||
"containerImageFullName": {
|
||||
"not": {
|
||||
"required": ["containerImageName"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue