Mark Job onPodConditions as optional in pod failure policy

This commit is contained in:
Michal Wozniak
2023-08-28 11:42:56 +02:00
parent 2a5fd3076a
commit cc784cfe85
6 changed files with 6 additions and 5 deletions

View File

@@ -4455,8 +4455,7 @@
}
},
"required": [
"action",
"onPodConditions"
"action"
],
"type": "object"
},

View File

@@ -608,8 +608,7 @@
}
},
"required": [
"action",
"onPodConditions"
"action"
],
"type": "object"
},