Skip to content

Commit 7cc91c8

Browse files
committed
update promotion task crd
1 parent 6f8a78a commit 7cc91c8

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

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

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,11 @@ spec:
391391
type: string
392392
stepIndex:
393393
type: integer
394-
transient:
395-
type: boolean
396394
required:
397395
- code
398396
- context
399397
- message
400398
- stepIndex
401-
- transient
402399
type: object
403400
observedGeneration:
404401
format: int64
@@ -653,22 +650,27 @@ spec:
653650
warnings:
654651
items:
655652
properties:
656-
code:
657-
type: string
658-
context:
659-
type: string
660-
message:
661-
type: string
662-
stepIndex:
653+
count:
663654
type: integer
664-
transient:
665-
type: boolean
655+
error:
656+
properties:
657+
code:
658+
type: string
659+
context:
660+
type: string
661+
message:
662+
type: string
663+
stepIndex:
664+
type: integer
665+
required:
666+
- code
667+
- context
668+
- message
669+
- stepIndex
670+
type: object
666671
required:
667-
- code
668-
- context
669-
- message
670-
- stepIndex
671-
- transient
672+
- count
673+
- error
672674
type: object
673675
type: array
674676
required:

0 commit comments

Comments
 (0)