From b66745abf036f0be7103a1165309a11200264268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Sun, 20 Jul 2025 11:26:58 +0200 Subject: [PATCH] fix path --- kind-demo-cluster-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind-demo-cluster-config.yaml b/kind-demo-cluster-config.yaml index ee5d44e..7139ed7 100644 --- a/kind-demo-cluster-config.yaml +++ b/kind-demo-cluster-config.yaml @@ -23,7 +23,7 @@ nodes: hostPort: 443 protocol: TCP extraMounts: - - hostPath: /home/msandor/Kind/volume # <- ezt javítsd a saját mappádra! + - hostPath: ../volume containerPath: /volume - role: worker - role: worker