fix: align volume name to headlamp-kube-vip-plugin in deploy-e2e-headlamp.sh
The volume name was 'rook-plugin' but the ConfigMap is 'headlamp-kube-vip-plugin', causing mount failures. Align both volumeMounts[*].name and volumes[*].name to 'headlamp-kube-vip-plugin'.
This commit is contained in:
@@ -121,11 +121,11 @@ spec:
|
|||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: rook-plugin
|
- name: headlamp-kube-vip-plugin
|
||||||
mountPath: /headlamp/plugins/headlamp-kube-vip
|
mountPath: /headlamp/plugins/headlamp-kube-vip
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: rook-plugin
|
- name: headlamp-kube-vip-plugin
|
||||||
configMap:
|
configMap:
|
||||||
name: headlamp-kube-vip-plugin
|
name: headlamp-kube-vip-plugin
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user