Skip to content

Commit c5af8e0

Browse files
authored
small edits for linter
1 parent 69f194e commit c5af8e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform/configure/advanced/audit.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enabling Audit Logging
2+
title: Enable Audit Logging
33
sidebar_label: Enable Audit Logging
44
sidebar_position: 2
55
description: Learn how to enable and configure audit logging to track activities in the platform, including management instance changes and cluster operations.
@@ -65,7 +65,7 @@ The platform provides audit levels, which are preconfigured audit policies for t
6565
For all of these levels certain internal read-only APIs are not logged since those might pollute the log and drastically increase log size. To log these, create a custom audit policy as described below.
6666
:::
6767

68-
Configure the audit level through the platform config, which can be modified either through the platform UI or helm:
68+
Configure the audit level through the platform config, which can be modified either through the platform UI or Helm:
6969

7070
<Tabs
7171
defaultValue="ui"
@@ -130,7 +130,7 @@ audit:
130130
# size: 30Gi
131131
```
132132

133-
Apply the values via helm:
133+
Apply the values using Helm:
134134

135135
```bash title="Apply helm values"
136136
helm upgrade vcluster-platform vcluster-platform -n vcluster-platform --version 4.0.0-alpha.12 \
@@ -170,7 +170,7 @@ audit:
170170

171171
To easily export the audit events to third party systems, enable the audit log
172172
sidecar that prints all the audit events onto stdout in a separate container which can then be easily watched and exported.
173-
Enabling the sidecar is only possible through helm values.
173+
Enabling the sidecar is only possible through Helm values.
174174

175175
Create a `values.yaml` with the following contents:
176176

0 commit comments

Comments
 (0)