Skip to content

Commit

Permalink
Removes schemaValidation field (#1463)
Browse files Browse the repository at this point in the history
Signed-off-by: Nish_ <[email protected]>
  • Loading branch information
120EE0980 authored Jan 30, 2025
1 parent 3e4876f commit 29261f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion content/en/blog/general/openshift-machinesets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ metadata:
MachineSet created. This policy fetches the value of the infrastructure name from the
Cluster resource and replaces all instances of TEMPLATE in a MachineSet with that name.
spec:
schemaValidation: false
rules:
- name: replace-template
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ metadata:
policies.kyverno.io/description: >-
Example Kyverno policy to enforce common compliance retention standards by modifying Kasten Policy backup retention settings. Based on regulation/compliance standard requirements, uncomment (1) of the desired GFS retention schedules to mutate existing and future Kasten Policies. Alternatively, this policy can be used to reduce retention lengths to enforce cost optimization. NOTE: This example only applies to Kasten Policies with an '@hourly' frequency. Refer to Kasten documentation for Policy API specification if modifications are necessary: https://docs.kasten.io/latest/api/policies.html#policy-api-type
spec:
schemaValidation: false
rules:
- name: kasten-minimum-retention
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ metadata:
MachineSet created. This policy fetches the value of the infrastructure name from the
Cluster resource and replaces all instances of TEMPLATE in a MachineSet with that name.
spec:
schemaValidation: false
rules:
- name: replace-template
match:
Expand Down

0 comments on commit 29261f3

Please sign in to comment.