Skip to content

Commit 7eb8476

Browse files
committed
update promotion task crd
1 parent 5c7df45 commit 7eb8476

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,17 +385,17 @@ spec:
385385
properties:
386386
code:
387387
type: string
388-
context:
389-
type: string
390388
message:
391389
type: string
392390
stepIndex:
393391
type: integer
392+
while:
393+
type: string
394394
required:
395395
- code
396-
- context
397396
- message
398397
- stepIndex
398+
- while
399399
type: object
400400
observedGeneration:
401401
format: int64
@@ -656,17 +656,17 @@ spec:
656656
properties:
657657
code:
658658
type: string
659-
context:
660-
type: string
661659
message:
662660
type: string
663661
stepIndex:
664662
type: integer
663+
while:
664+
type: string
665665
required:
666666
- code
667-
- context
668667
- message
669668
- stepIndex
669+
- while
670670
type: object
671671
required:
672672
- count

0 commit comments

Comments
 (0)