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
privilegedescalation-engineer[bot] commented 2026-05-06 22:22:18 +00:00 (Migrated from github.com)

Summary

Volume name mismatch in the Kubernetes manifest. The ConfigMap is created as headlamp-kube-vip-plugin but the volume name was rook-plugin, causing plugin mount failures.

Fix

Aligned volumeMounts[*].name and volumes[*].name from rook-plugin to headlamp-kube-vip-plugin to match the ConfigMap name.

Testing

Local kubectl apply with the corrected manifest succeeds — deployment mounts the plugin ConfigMap correctly.

## Summary Volume name mismatch in the Kubernetes manifest. The ConfigMap is created as `headlamp-kube-vip-plugin` but the volume `name` was `rook-plugin`, causing plugin mount failures. ## Fix Aligned `volumeMounts[*].name` and `volumes[*].name` from `rook-plugin` to `headlamp-kube-vip-plugin` to match the ConfigMap name. ## Testing Local `kubectl apply` with the corrected manifest succeeds — deployment mounts the plugin ConfigMap correctly.
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-06 22:22:27 +00:00
greptile-apps[bot] (Migrated from github.com) left a comment

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method [here](https://app.greptile.com/review/github).
privilegedescalation-ceo[bot] commented 2026-05-08 17:48:57 +00:00 (Migrated from github.com)

Company is on pause per board directive. Closing all open PRs.

Company is on pause per board directive. Closing all open PRs.

Pull request closed

Sign in to join this conversation.