Skip to content

Commit c40a79d

Browse files
committed
use ServerSideDiff for policies component
Applying Kyverno's Best Practices on integration with ArgoCD: https://kyverno.io/docs/installation/platform-notes/\#configuration-best-practices Signed-off-by: Francesco Ilario <[email protected]>
1 parent 6625d00 commit c40a79d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

argo-cd-apps/base/member/infra-deployments/policies/policies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
template:
3737
metadata:
3838
name: policies-{{nameNormalized}}
39+
annotations:
40+
argocd.argoproj.io/compare-options: ServerSideDiff=true,IncludeMutationWebhook=true
3941
spec:
4042
project: default
4143
source:

0 commit comments

Comments
 (0)