Skip to content

Commit 24e8407

Browse files
authored
Merge branch 'main' into update-sum
2 parents 8f35f31 + 29261f3 commit 24e8407

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

content/en/blog/general/openshift-machinesets/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ metadata:
120120
MachineSet created. This policy fetches the value of the infrastructure name from the
121121
Cluster resource and replaces all instances of TEMPLATE in a MachineSet with that name.
122122
spec:
123-
schemaValidation: false
124123
rules:
125124
- name: replace-template
126125
match:

content/en/policies/kasten/kasten-minimum-retention/kasten-minimum-retention.md

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ metadata:
2626
policies.kyverno.io/description: >-
2727
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
2828
spec:
29-
schemaValidation: false
3029
rules:
3130
- name: kasten-minimum-retention
3231
match:

content/en/policies/openshift/inject-infrastructurename/inject-infrastructurename.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ metadata:
3030
MachineSet created. This policy fetches the value of the infrastructure name from the
3131
Cluster resource and replaces all instances of TEMPLATE in a MachineSet with that name.
3232
spec:
33-
schemaValidation: false
3433
rules:
3534
- name: replace-template
3635
match:

0 commit comments

Comments
 (0)