Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added synchronize to true in add-network-policy.yaml and bumped chart… #132

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1
version: 0.2.2
appVersion: 0.1.0
keywords:
- kubernetes
Expand Down
2 changes: 1 addition & 1 deletion charts/multitenancy/pols/add-network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 All @@ -26,6 +25,7 @@ spec:
kind: "NetworkPolicy"
name: "default-deny"
namespace: "{{request.object.metadata.name}}"
synchronize: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data:
spec:
podSelector: {}
Expand Down
Loading