Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
fix: exclude pepr-system namespace from kyverno policy that was block…
Browse files Browse the repository at this point in the history
…ing DUBBD upgrade (#62)
  • Loading branch information
RothAndrew authored Jan 3, 2024
1 parent bb758d9 commit d52cc6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/dubbd-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ istio:
tenant:
tls:
minProtocolVersion: TLSV1_2
# See https://github.com/defenseunicorns/uds-sso/issues/38
kyvernoPolicies:
values:
policies:
require-non-root-user:
exclude:
any:
- resources:
namespaces:
- pepr-system

0 comments on commit d52cc6d

Please sign in to comment.