Skip to content

Commit

Permalink
Fix make operator-lint error
Browse files Browse the repository at this point in the history
This commit fixes an error raised by make operator-lint introduced
with this PR [1].

[1] #153
  • Loading branch information
lpiwowar committed Aug 5, 2024
1 parent ea8919a commit 66e3f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/tobiko_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type TobikoSpec struct {
// inside the test-pod causes that the pod will be kept alive indefinitely
// (stuck in "Running" phase) or until the corresponding Tobiko CR is deleted.
// This allows the user to debug any potential troubles with `oc rsh`.
Debug bool `json:"debug,omitempty"`
Debug bool `json:"debug"`

// +kubebuilder:validation:Optional
// +operator-sdk:csv:customresourcedefinitions:type=spec
Expand Down

0 comments on commit 66e3f8a

Please sign in to comment.