File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
charts/gitops-runtime/templates/_components/gitops-operator/crds Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ spec:
137
137
type : object
138
138
promoteAppWithCommit :
139
139
properties :
140
+ commitDescription :
141
+ type : string
142
+ commitMessage :
143
+ type : string
140
144
promotionValues :
141
145
items :
142
146
properties :
@@ -182,11 +186,19 @@ spec:
182
186
- namespace
183
187
type : object
184
188
required :
189
+ - commitDescription
190
+ - commitMessage
185
191
- promotionValues
186
192
- targetApplication
187
193
type : object
188
194
promoteAppWithPR :
189
195
properties :
196
+ prBranchName :
197
+ type : string
198
+ prDescription :
199
+ type : string
200
+ prTitle :
201
+ type : string
190
202
promotionValues :
191
203
items :
192
204
properties :
@@ -232,6 +244,9 @@ spec:
232
244
- namespace
233
245
type : object
234
246
required :
247
+ - prBranchName
248
+ - prDescription
249
+ - prTitle
235
250
- promotionValues
236
251
- targetApplication
237
252
type : object
You can’t perform that action at this time.
0 commit comments