Skip to content

Commit

Permalink
add priorityclassName to manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Nagarjun Krishnan <nkrishnan@ancestry.com>
  • Loading branch information
Nagarjun Krishnan committed Feb 16, 2024
1 parent 543294a commit dbb2211
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/crd/bases/dragonflydb.io_dragonflies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
description: DragonflySpec defines the desired state of Dragonfly
properties:
PriorityClassName:
description: (Optional) Dragonfly pod service account name
description: (Optional) Dragonfly pod priority class name
type: string
aclFromSecret:
description: (Optional) Acl file Secret to pass to the container
Expand Down
3 changes: 3 additions & 0 deletions manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,9 @@ spec:
serviceAccountName:
description: (Optional) Dragonfly pod service account name
type: string
priorityClassName:
description: (Optional) Dragonfly pod service account name
type: string
serviceSpec:
description: (Optional) Dragonfly Service configuration
properties:
Expand Down
3 changes: 3 additions & 0 deletions manifests/dragonfly-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,9 @@ spec:
type: string
description: (Optional) Dragonfly pod node selector
type: object
priorityClassName:
description: (Optional) Dragonfly pod service account name
type: string
replicas:
description: Replicas is the total number of Dragonfly instances including
the master
Expand Down

0 comments on commit dbb2211

Please sign in to comment.