From c4d9a64b4fa8cd5a606942ed102b44b22f3be946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Sun, 20 Jul 2025 14:08:53 +0200 Subject: [PATCH] fix path --- kind-demo-cluster-config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kind-demo-cluster-config.yaml b/kind-demo-cluster-config.yaml index 7139ed7..0a46923 100644 --- a/kind-demo-cluster-config.yaml +++ b/kind-demo-cluster-config.yaml @@ -23,7 +23,13 @@ nodes: hostPort: 443 protocol: TCP extraMounts: - - hostPath: ../volume + - hostPath: volume containerPath: /volume - role: worker + extraMounts: + - hostPath: volume + containerPath: /volume - role: worker + extraMounts: + - hostPath: volume + containerPath: /volume