Skip to content

Commit

Permalink
update field description
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedhammam committed Dec 18, 2023
1 parent fb93cbf commit 309464a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2beta3/policy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type PolicySpec struct {
Code string `json:"code"`
// +optional
// +kubebuilder:default:=true
// Enforce flag to define whether a policy is enforced via the admission controller or just audited for a violation (default: false)
// Enforce flag to define whether a policy is enforced via the admission controller or just audited for a violation (default: true)
Enforce bool `json:"enforce,omitempty"`
// +optional
// Parameters are the inputs needed for the policy validation
Expand Down

0 comments on commit 309464a

Please sign in to comment.