Skip to content

Commit

Permalink
Ensure correct tags for goloang json
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Dec 4, 2024
1 parent 57019ed commit e0afa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1/cosmosfullnode_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type FullNodeSpec struct {
// Important: Run "make" to regenerate code after modifying this file

// Ordinal specifies the configuration for pod ordinal numbers
Ordinals Ordinals `json:"ordinal,omitempty"`
Ordinals Ordinals `json:"ordinals,omitempty"`

// Number of replicas to create.
// Individual replicas have a consistent identity.
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ spec:
Example: cosmos-1
Used for debugging.
type: object
ordinal:
ordinals:
description: Ordinal specifies the configuration for pod ordinal numbers
properties:
start:
Expand Down

0 comments on commit e0afa9b

Please sign in to comment.