Skip to content

fix: remove namespaceOverride from nvidia-dra-driver-gpu values#1

Merged
mchmarny merged 2 commits intoNVIDIA:mainfrom
yuanchen8911:fix/nvidia-dra-driver-namespace
Feb 2, 2026
Merged

fix: remove namespaceOverride from nvidia-dra-driver-gpu values#1
mchmarny merged 2 commits intoNVIDIA:mainfrom
yuanchen8911:fix/nvidia-dra-driver-namespace

Conversation

@yuanchen8911
Copy link
Contributor

@yuanchen8911 yuanchen8911 commented Jan 31, 2026

Summary

  • Remove namespaceOverride: gpu-operator from nvidia-dra-driver-gpu values
  • Fixes deployment failures when the component was deployed to a hardcoded "gpu-operator" namespace instead of the release namespace

Problem

The nvidia-dra-driver-gpu component values included namespaceOverride: gpu-operator, which caused:

  • Deployment to "gpu-operator" namespace regardless of the Helm release namespace
  • Failures when the gpu-operator namespace doesn't exist
  • Inconsistent namespace behavior compared to other components

Test plan

  • Deploy the bundle with helm install and verify nvidia-dra-driver-gpu deploys to the release namespace
  • Verify no namespace-related errors during deployment

🤖 Generated with Claude Code

@yuanchen8911 yuanchen8911 requested a review from mchmarny January 31, 2026 00:02
@yuanchen8911 yuanchen8911 force-pushed the fix/nvidia-dra-driver-namespace branch from f347b4b to 2f895fb Compare January 31, 2026 00:57
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Coverage Report ✅

Metric Value
Coverage 73.7%
Threshold 70%
Status Pass
Coverage Badge
![Coverage](https://img.shields.io/badge/coverage-73.7%25-green)

Coverage unchanged by this PR.

@yuanchen8911 yuanchen8911 requested a review from a team as a code owner February 2, 2026 16:39
Remove the `namespaceOverride: gpu-operator` setting that was causing
nvidia-dra-driver-gpu to deploy to a hardcoded "gpu-operator" namespace
instead of the release namespace. This fixes deployment failures when
the gpu-operator namespace doesn't exist.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@yuanchen8911 yuanchen8911 force-pushed the fix/nvidia-dra-driver-namespace branch from 0f93a21 to 11533a3 Compare February 2, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants