Skip to content

Commit 57d348d

Browse files
balasoiuroxanabalasoiuroxana
andauthored
feat: add scaleDown property to argo schema (#21)
Co-authored-by: balasoiuroxana <balasoiu@adobe.com>
1 parent 6336916 commit 57d348d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,6 +4805,9 @@
48054805
},
48064806
"name": {
48074807
"type": "string"
4808+
},
4809+
"scaleDown": {
4810+
"type": "string"
48084811
}
48094812
},
48104813
"type": "object",

master-standalone/rollout-argoproj-v1alpha1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4760,6 +4760,9 @@
47604760
},
47614761
"name": {
47624762
"type": "string"
4763+
},
4764+
"scaleDown": {
4765+
"type": "string"
47634766
}
47644767
},
47654768
"type": "object"

0 commit comments

Comments
 (0)