Skip to content

Commit

Permalink
added validationFailureAction: Audit in add-network-policy (#131)
Browse files Browse the repository at this point in the history
* added validationFailureAction: Audit in add-network-policy

* bumped up chart version

---------

Co-authored-by: Anudeep Nalla <anudeep@Anudeeps-MacBook-Pro.local>
  • Loading branch information
anuddeeph1 and Anudeep Nalla committed May 9, 2024
1 parent 1c3d4d2 commit 86622f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/multitenancy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: multitenancy-best-practice-policies
description: Multitenancy Best Practices policy set
type: application
version: 0.2.0
version: 0.2.1
appVersion: 0.1.0
keywords:
- kubernetes
Expand Down
1 change: 1 addition & 0 deletions charts/multitenancy/pols/add-network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
each namespace to deny all ingress and egress traffic. Application teams can then configure
additional NetworkPolicy resources in their namespace to allow desired traffic.
spec:
validationFailureAction: Audit
rules:
- name: "default-deny"
match:
Expand Down

0 comments on commit 86622f5

Please sign in to comment.