Skip to content

Commit d51154e

Browse files
authored
Merge pull request #1536 from viccuad/docs-chart-deprecation
docs(chart): Mark `.Values.installPolicyReportCRDs` as deprecated
2 parents 138014c + 4fdffd0 commit d51154e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

charts/kubewarden-crds/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ This chart installs Kubewarden CRDs:
1111
`clusteradmissionpolicies.policies.kubewarden.io`
1212
`policyservers.policies.kubewarden.io`
1313

14-
It also installs PolicyReports and OpenReport CRDs:
14+
And OpenReport CRDs:
1515
`reports.openreports.io`
1616
`clusterreports.openreports.io`
17+
18+
It also installs PolicyReports CRDs (marked as deprecated):
1719
`policyreports.wgpolicyk8s.io`
1820
`clusterpolicyreports.wgpolicyk8s.io`
1921

charts/kubewarden-crds/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# deploy policyreports.wgpolicyk8s.io, clusterpolicyreports.wgpolicyk8s.io CRDs
44
# Set to false if they are already defined inside of the cluster
5+
#
6+
# These reports are marked as DEPRECATED and its support will be removed in a
7+
# future release, in favour of OpenReports.
58
installPolicyReportCRDs: true
69

710
# deploy reports.openreports.io, clusterreports.openreports.io CRDs

0 commit comments

Comments
 (0)