Skip to content

Commit

Permalink
Update PolicyExceptions to v2beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed May 2, 2024
1 parent 68dec72 commit 3e8feb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/fe-docs/templates/kyverno-policy-exception.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if .Capabilities.APIVersions.Has "kyverno.io/v2alpha1/PolicyException" }}
apiVersion: kyverno.io/v2alpha1
apiVersion: kyverno.io/v2beta1
kind: PolicyException
metadata:
namespace: {{ .Release.Namespace }}
Expand Down
2 changes: 1 addition & 1 deletion helm/happa/templates/kyverno-policy-exception.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if .Capabilities.APIVersions.Has "kyverno.io/v2alpha1/PolicyException" }}
apiVersion: kyverno.io/v2alpha1
apiVersion: kyverno.io/v2beta1
kind: PolicyException
metadata:
name: happa
Expand Down

0 comments on commit 3e8feb0

Please sign in to comment.