Skip to content

Commit e4ba67c

Browse files
balasoiuroxanabalasoiuroxana
and
balasoiuroxana
authored
feat: add rollbackWindow property to argo schema (#22)
Co-authored-by: balasoiuroxana <[email protected]>
1 parent 75eaf05 commit e4ba67c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

master-standalone-strict/rollout-argoproj-v1alpha1.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
"format": "int32",
5252
"type": "integer"
5353
},
54+
"rollbackWindow": {
55+
"properties": {
56+
"revisions": {
57+
"format": "int32",
58+
"type": "integer"
59+
}
60+
},
61+
"type": "object"
62+
},
5463
"selector": {
5564
"properties": {
5665
"matchExpressions": {

master-standalone/rollout-argoproj-v1alpha1.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@
5050
"format": "int32",
5151
"type": "integer"
5252
},
53+
"rollbackWindow": {
54+
"properties": {
55+
"revisions": {
56+
"format": "int32",
57+
"type": "integer"
58+
}
59+
},
60+
"type": "object"
61+
},
5362
"selector": {
5463
"properties": {
5564
"matchExpressions": {

0 commit comments

Comments
 (0)