Skip to content

Commit

Permalink
omits were incorrect when moved to common
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cook <[email protected]>
  • Loading branch information
cooktheryan committed Feb 20, 2024
1 parent 0d13c7b commit a3f85b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Pvc struct {
Size string `json:"size,omitempty"`
// Retain policy for the PVC
//+kubebuilder:default:=true
Retain bool `json:"retain"`
Retain bool `json:"retain,omitempty"`
// Name of the PVC
Name string `json:"name,omitempty"`
// Storage class for the PVC
Expand Down

0 comments on commit a3f85b4

Please sign in to comment.