Skip to content

Commit 935b9e4

Browse files
committed
chore: document
Signed-off-by: Ben Meier <ben.meier@humanitec.com>
1 parent 2d1bd5f commit 935b9e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

score-v1b1.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,7 @@
338338
},
339339
"containerProbe": {
340340
"type": "object",
341-
"oneOf": [
342-
{"required": ["httpGet"]},
343-
{"required": ["exec"]}
344-
],
341+
"description": "The probe may be defined as either http, command execution, or both when the deployment runtime supports one and not the other.",
345342
"additionalProperties": false,
346343
"properties": {
347344
"httpGet": {

0 commit comments

Comments
 (0)