Skip to content

Commit

Permalink
Use monitor instead of protect
Browse files Browse the repository at this point in the history
Using the protect put at risk existing application not following
default best practices

Signed-off-by: Olivier Vernin <[email protected]>
  • Loading branch information
olblak authored and saiyam1814 committed Aug 7, 2023
1 parent 7e33cda commit 569d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubewarden/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm upgrade \
--set recommendedPolicies.enabled=True \
--set recommendedPolicies.skipAdditionalNamespaces[0]="kube-system" \
--set recommendedPolicies.skipAdditionalNamespaces[1]="cert-manager" \
--set recommendedPolicies.defaultPolicyMode=protect \
--set recommendedPolicies.defaultPolicyMode=monitor \
kubewarden-defaults \
kubewarden/kubewarden-defaults

0 comments on commit 569d63c

Please sign in to comment.