Skip to content

Commit 329273f

Browse files
committed
fixup
1 parent 7a1514e commit 329273f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,17 @@ spec:
653653
minLength: 7
654654
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
655655
type: string
656+
phase:
657+
description: RevertPromotionCommitPhase
658+
enum:
659+
- Unknown
660+
- Pending
661+
- RevertDone
662+
- Syncing
663+
- Complete
664+
type: string
665+
required:
666+
- phase
656667
type: object
657668
runWorkflow:
658669
properties:

0 commit comments

Comments
 (0)