Skip to content

Commit

Permalink
Add the missing 'omitempty' notation
Browse files Browse the repository at this point in the history
Signed-off-by: Veronika Fisarova <[email protected]>
  • Loading branch information
Deydra71 committed Nov 22, 2023
1 parent c5db1ed commit 1bfaa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/tls/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type GenericService struct {

// +kubebuilder:validation:Optional
// IssuerName - name of the issuer to be used to issue certificate for the service
IssuerName *string `json:"issuerName"`
IssuerName *string `json:"issuerName,omitempty"`
}

// Ca contains CA-specific settings, which could be used both by services (to define their own CA certificates)
Expand Down

0 comments on commit 1bfaa38

Please sign in to comment.