Skip to content

Commit

Permalink
fix: auditScanner is disabled by default
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad authored and jvanz committed Jul 7, 2023
1 parent 57fb88f commit 30e47f6
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 @@ -91,7 +91,7 @@ resources:
# production yet, and are not covered by SemVer guarantees.
experimental:
auditScanner:
enable: true
enable: false
# 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 @@ -127,7 +127,7 @@ resources:
# production yet, and are not covered by SemVer guarantees.
experimental:
auditScanner:
enable: true
enable: false
# 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 30e47f6

Please sign in to comment.