Skip to content

Commit

Permalink
fix devflags empty object
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayJagan committed Dec 7, 2023
1 parent 705d980 commit 21a56a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Component struct {
// Add developer fields
// +optional
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=2
DevFlags DevFlags `json:"devFlags,omitempty"`
DevFlags *DevFlags `json:"devFlags,omitempty"`
}

func (c *Component) GetManagementState() operatorv1.ManagementState {
Expand Down

0 comments on commit 21a56a8

Please sign in to comment.