Skip to content

Commit

Permalink
Merge ce62995 into f6cda7c
Browse files Browse the repository at this point in the history
  • Loading branch information
oikomi committed Jan 4, 2021
2 parents f6cda7c + ce62995 commit 6f9b166
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/crd/crd-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
tfReplicaSpecs:
properties:
# The validation works when the configuration contains
# `Worker`, `PS` or `Chief`. Otherwise it will not be validated.
# `Worker`, `PS` , `Chief` or `Evaluator`. Otherwise it will not be validated.
Worker:
properties:
replicas:
Expand All @@ -40,3 +40,9 @@ spec:
type: integer
minimum: 1
maximum: 1
Evaluator:
properties:
replicas:
type: integer
minimum: 0
maximum: 1

0 comments on commit 6f9b166

Please sign in to comment.