Skip to content

Commit

Permalink
kyverno json logging
Browse files Browse the repository at this point in the history
  • Loading branch information
krankkkk committed Oct 14, 2024
1 parent 8761a4b commit 3ab1402
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion charts/kyverno/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kyverno:
features:
logging:
format: text
format: json
config:
excludeKyvernoNamespace: false

Expand Down Expand Up @@ -51,10 +51,17 @@ kyverno:

policy-reporter:
install: true
logging:
encoding: json

kyvernoPlugin:
enabled: true
logging:
encoding: json

ui:
logging:
encoding: json
enabled: true
plugins:
kyverno: true
Expand Down

0 comments on commit 3ab1402

Please sign in to comment.