[ja] update audit.md
This commit is contained in:
@@ -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バックエンド
|
||||||
|
|||||||
Reference in New Issue
Block a user