Skip to content

Commit d91b4cc

Browse files
committed
update promotion task crd
1 parent b5fed65 commit d91b4cc

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
@@ -376,14 +376,11 @@ spec:
376376
type: string
377377
stepIndex:
378378
type: integer
379-
transient:
380-
type: boolean
381379
required:
382380
- code
383381
- context
384382
- message
385383
- stepIndex
386-
- transient
387384
type: object
388385
observedGeneration:
389386
format: int64
@@ -634,22 +631,27 @@ spec:
634631
warnings:
635632
items:
636633
properties:
637-
code:
638-
type: string
639-
context:
640-
type: string
641-
message:
642-
type: string
643-
stepIndex:
634+
count:
644635
type: integer
645-
transient:
646-
type: boolean
636+
error:
637+
properties:
638+
code:
639+
type: string
640+
context:
641+
type: string
642+
message:
643+
type: string
644+
stepIndex:
645+
type: integer
646+
required:
647+
- code
648+
- context
649+
- message
650+
- stepIndex
651+
type: object
647652
required:
648-
- code
649-
- context
650-
- message
651-
- stepIndex
652-
- transient
653+
- count
654+
- error
653655
type: object
654656
type: array
655657
required:

0 commit comments

Comments
 (0)