Skip to content

Commit

Permalink
Add helm hook to policy exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Feb 6, 2024
1 parent 6458b19 commit 6927f77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Add helm hook to policy exceptions.

## [1.41.4] - 2024-02-06

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions tekton/kyverno-policy-exception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: PolicyException
metadata:
name: test-infra
namespace: policy-exceptions
annotations:
"helm.sh/hook": "pre-install,pre-upgrade"
spec:
background: true
exceptions:
Expand Down

0 comments on commit 6927f77

Please sign in to comment.