Skip to content

Commit a58de90

Browse files
butler54claude
andcommitted
fix: exclude policyreport CRDs from Kyverno to avoid ACM conflict
ACM owns the policyreports.wgpolicyk8s.io CRD with v1beta1 as a stored version. Kyverno's version drops v1beta1, causing a storage migration error. Disable Kyverno's policyreport CRD installation since ACM already provides it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72510aa commit a58de90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

values-simple.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ clusterGroup:
142142
value: "null"
143143
- name: test.securityContext
144144
value: "null"
145+
- name: crds.groups.wgpolicyk8s.policyreports
146+
value: "false"
147+
- name: crds.groups.wgpolicyk8s.clusterpolicyreports
148+
value: "false"
145149

146150
coco-kyverno-policies:
147151
name: coco-kyverno-policies

0 commit comments

Comments
 (0)