diff --git a/scripts/deploy-e2e-headlamp.sh b/scripts/deploy-e2e-headlamp.sh index 3d75c12..6e55988 100755 --- a/scripts/deploy-e2e-headlamp.sh +++ b/scripts/deploy-e2e-headlamp.sh @@ -121,11 +121,11 @@ spec: initialDelaySeconds: 10 periodSeconds: 10 volumeMounts: - - name: rook-plugin + - name: headlamp-kube-vip-plugin mountPath: /headlamp/plugins/headlamp-kube-vip readOnly: true volumes: - - name: rook-plugin + - name: headlamp-kube-vip-plugin configMap: name: headlamp-kube-vip-plugin ---