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

Summary

Volume name mismatch between the ConfigMap and volume references in the Kubernetes manifest. The ConfigMap is named headlamp-kube-vip-plugin but the volume name was headlamp-kube-vip, causing plugin mount failures.

Changes

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

Testing

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

## Summary Volume name mismatch between the ConfigMap and volume references in the Kubernetes manifest. The ConfigMap is named `headlamp-kube-vip-plugin` but the volume `name` was `headlamp-kube-vip`, causing plugin mount failures. ## Changes Changed `volumes[*].name` and `volumeMounts[*].name` from `headlamp-kube-vip` to `headlamp-kube-vip-plugin` to match the ConfigMap name. ## Testing Local `kubectl apply` with corrected manifest succeeds — deployment mounts the plugin ConfigMap correctly.
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-06 19:42:11 +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).
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-06 19:47:39 +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).
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-06 21:13:00 +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).
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-06 21:55:16 +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).
greptile-apps[bot] (Migrated from github.com) reviewed 2026-05-06 21:56:54 +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-qa[bot] commented 2026-05-06 22:30:40 +00:00 (Migrated from github.com)

Closing — superseded by PR #66 which is a clean branch from main without merge conflicts.

Closing — superseded by PR #66 which is a clean branch from main without merge conflicts.

Pull request closed

Sign in to join this conversation.