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

Commit

Permalink
change kyverno policy require-non-root-user back to audit
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew committed Jan 11, 2024
1 parent 0dcd6d3 commit 340f896
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/dubbd-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ istio:
tenant:
tls:
minProtocolVersion: TLSV1_2
# See https://github.com/defenseunicorns/uds-sso/issues/38
kyvernoPolicies:
values:
policies:
require-non-root-user:
# This was changed to Enforce by default in BB v2.16.0. We still have it in audit mode to make testing stuff easier.
# We recommend changing to "Enforce" in production
validationFailureAction: audit
exclude:
any:
- resources:
namespaces:
# See https://github.com/defenseunicorns/uds-sso/issues/38
- pepr-system

0 comments on commit 340f896

Please sign in to comment.