Skip to content

Commit

Permalink
feat: audit scanner enable by default.
Browse files Browse the repository at this point in the history
Updates the kubewarden-controller to enable the audit scanner component
by default.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jul 19, 2023
1 parent f67e3ab commit e21259d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/chart-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resources:
memory: 50Mi

auditScanner:
enable: false
enable: true
# The default audit-scanner ServiceAccount is bound to the ClusterRoles:
# - view: Allows read-only access to most objects in a namespace.
# Does not allow viewing secrets, roles or role bindings.
Expand Down
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ resources:
memory: 50Mi

auditScanner:
enable: false
enable: true
# The default audit-scanner ServiceAccount is bound to the ClusterRoles:
# - view: Allows read-only access to most objects in a namespace.
# Does not allow viewing secrets, roles or role bindings.
Expand Down

0 comments on commit e21259d

Please sign in to comment.