Merge pull request #31724 from Arhell/audit-upd

[ja] update audit.md
This commit is contained in:
Kubernetes Prow Robot
2022-03-28 03:33:23 -07:00
committed by GitHub
@@ -149,6 +149,7 @@ volumeMounts:
最後に`hostPath`を設定します: 最後に`hostPath`を設定します:
```yaml ```yaml
... ...
volumes:
- name: audit - name: audit
hostPath: hostPath:
path: /etc/kubernetes/audit-policy.yaml path: /etc/kubernetes/audit-policy.yaml
@@ -158,7 +159,6 @@ volumeMounts:
hostPath: hostPath:
path: /var/log/audit.log path: /var/log/audit.log
type: FileOrCreate type: FileOrCreate
``` ```
### Webhookバックエンド ### Webhookバックエンド