Skip to content

Commit 28ff7c4

Browse files
committed
fix changes to crd
1 parent b4e6ce1 commit 28ff7c4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ spec:
137137
type: object
138138
promoteAppWithCommit:
139139
properties:
140-
commitDescription:
141-
type: string
142-
commitMessage:
143-
type: string
144140
promotionValues:
145141
items:
146142
properties:
@@ -186,19 +182,11 @@ spec:
186182
- namespace
187183
type: object
188184
required:
189-
- commitDescription
190-
- commitMessage
191185
- promotionValues
192186
- targetApplication
193187
type: object
194188
promoteAppWithPR:
195189
properties:
196-
prBranchName:
197-
type: string
198-
prDescription:
199-
type: string
200-
prTitle:
201-
type: string
202190
promotionValues:
203191
items:
204192
properties:
@@ -244,9 +232,6 @@ spec:
244232
- namespace
245233
type: object
246234
required:
247-
- prBranchName
248-
- prDescription
249-
- prTitle
250235
- promotionValues
251236
- targetApplication
252237
type: object

0 commit comments

Comments
 (0)