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

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from hugh/kube-vip-vol-fix-1778106126 into main
+2 -2
View File
@@ -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
--- ---