Skip to content

Commit

Permalink
Add NumaflowControllerRollout CRD name validation
Browse files Browse the repository at this point in the history
Signed-off-by: chandankumar4 <[email protected]>
  • Loading branch information
chandankumar4 committed Jun 6, 2024
1 parent 7509dab commit f8845da
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ spec:
type: string
metadata:
type: object
properties:
name:
type: string
pattern: ^numaflow-controller$
spec:
description: NumaflowControllerRolloutSpec defines the desired state of
NumaflowControllerRollout
Expand Down

0 comments on commit f8845da

Please sign in to comment.