Change iscsiDirHostPath in README

In modern versions of talos, only /var/ is writable
This commit is contained in:
Piotr Maksymiuk 2025-11-06 09:54:47 +01:00 committed by GitHub
parent 8a4a28a87f
commit 3c5442d62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ node:
value: nsenter
- name: ISCSIADM_HOST_PATH
value: /usr/local/sbin/iscsiadm
iscsiDirHostPath: /usr/local/etc/iscsi
iscsiDirHostPath: /var/iscsi
iscsiDirHostPathType: ""
```