fix: align volume name in deploy-e2e-headlamp.sh #64

Closed
privilegedescalation-engineer[bot] wants to merge 10 commits from hugh/kube-vip-e2e-final into main
Showing only changes of commit 3080e84a2b - Show all commits
+2 -2
View File
@@ -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
---