Skip to content

Commit

Permalink
docs: fix auditpolicy example typo
Browse files Browse the repository at this point in the history
Fixes a simple typo in the Whats New auditPolicy example.

Signed-off-by: Tim Jones <tim.jones@siderolabs.com>
  • Loading branch information
TimJones committed Dec 29, 2022
1 parent ba8265b commit c6cb36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/v1.3/introduction/what-is-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Talos now supports setting custom audit policy for `kube-apiserver` in the machi
```yaml
cluster:
apiServer:
auditPolicy: |
auditPolicy:
apiVersion: audit.k8s.io/v1
kind: Policy
rules:
Expand Down

0 comments on commit c6cb36c

Please sign in to comment.