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