Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Oct 25, 2023
1 parent 244afe8 commit 74f5b8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/v1alpha1/securitypolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ type StringMatch struct {
// This has no effect for the safe_regex match.
// Defaults to false.
// +optional
// +kubebuilder:default=False
IgnoreCase bool `json:"caseSensitive,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ spec:
EG APIs that need to match against a string.
properties:
caseSensitive:
default: "False"
description: IgnoreCase specifies whether the match should
be case insensitive. This has no effect for the safe_regex
match. Defaults to false.
Expand Down

0 comments on commit 74f5b8d

Please sign in to comment.