Skip to content

Commit

Permalink
change CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
DaoDaoNoCode committed Jan 10, 2025
1 parent 1005447 commit b7b0c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/common/crd/hardwareprofiles.opendatahub.io.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ spec:
x-kubernetes-int-or-string: true
description: 'The default count can be an integer or a string.'
resourceType:
description: 'The type of identifier. could be "cpu" or "memory". Leave it undefined for the other types.'
description: 'The type of identifier. could be "CPU" or "Memory". Leave it undefined for the other types.'
type: string
enum: ["cpu", "memory"]
enum: ["CPU", "Memory"]
nodeSelectors:
type: array
description: 'Number of node selector available.'
Expand Down

0 comments on commit b7b0c92

Please sign in to comment.