Skip to content

Commit

Permalink
fix-kube-bench-1.2.20 (kubernetes-sigs#9939)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay authored Mar 29, 2023
1 parent 19856cf commit e8f0fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ node_taints:
The auditing parameters can be tuned via the following variables (which default values are shown below):
* `audit_log_path`: /var/log/audit/kube-apiserver-audit.log
* `audit_log_maxage`: 30
* `audit_log_maxbackups`: 1
* `audit_log_maxbackups`: 10
* `audit_log_maxsize`: 100
* `audit_policy_file`: "{{ kube_config_dir }}/audit-policy/apiserver-audit-policy.yaml"

Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes/control-plane/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ audit_log_path: /var/log/audit/kube-apiserver-audit.log
# num days
audit_log_maxage: 30
# the num of audit logs to retain
audit_log_maxbackups: 1
audit_log_maxbackups: 10
# the max size in MB to retain
audit_log_maxsize: 100
# policy file
Expand Down

0 comments on commit e8f0fb8

Please sign in to comment.