Skip to content

Commit ddeccf2

Browse files
committed
Update CRD
1 parent 5471859 commit ddeccf2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,14 +445,19 @@ spec:
445445
health:
446446
description: Represents resource health status
447447
type: string
448+
healthMessage:
449+
type: string
448450
sync:
449451
description: SyncStatusCode is a type which represents
450452
possible comparison results
451453
type: string
452454
syncOperation:
453455
type: string
456+
syncOperationMessage:
457+
type: string
454458
required:
455459
- health
460+
- healthMessage
456461
- sync
457462
type: object
458463
commitSha:
@@ -478,14 +483,19 @@ spec:
478483
health:
479484
description: Represents resource health status
480485
type: string
486+
healthMessage:
487+
type: string
481488
sync:
482489
description: SyncStatusCode is a type which represents
483490
possible comparison results
484491
type: string
485492
syncOperation:
486493
type: string
494+
syncOperationMessage:
495+
type: string
487496
required:
488497
- health
498+
- healthMessage
489499
- sync
490500
type: object
491501
phase:
@@ -558,14 +568,19 @@ spec:
558568
health:
559569
description: Represents resource health status
560570
type: string
571+
healthMessage:
572+
type: string
561573
sync:
562574
description: SyncStatusCode is a type which represents
563575
possible comparison results
564576
type: string
565577
syncOperation:
566578
type: string
579+
syncOperationMessage:
580+
type: string
567581
required:
568582
- health
583+
- healthMessage
569584
- sync
570585
type: object
571586
commitSha:

0 commit comments

Comments
 (0)