Skip to content

Fix helm namespace - deploy to default namespace#16

Merged
cmyui merged 1 commit intomasterfrom
fix-helm-namespace
Jan 14, 2026
Merged

Fix helm namespace - deploy to default namespace#16
cmyui merged 1 commit intomasterfrom
fix-helm-namespace

Conversation

@cmyui
Copy link
Member

@cmyui cmyui commented Jan 14, 2026

Summary

  • Add --namespace default to helm upgrade and helm diff upgrade commands
  • Add -n default to kubectl delete secret command

Why

The self-hosted runner runs in the github-runner namespace, so helm uses that as the default namespace. This caused helm to think releases didn't exist (it was looking in github-runner but releases are in default).

Test plan

  • Merge and verify the next deployment succeeds

The self-hosted runner runs in the github-runner namespace, so helm was
using that as the default. This caused helm to think releases didn't
exist (it was looking in github-runner but releases are in default).

Added --namespace default to helm commands and -n default to kubectl.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cmyui cmyui requested a review from infernalfire72 as a code owner January 14, 2026 03:48
@cmyui cmyui merged commit aa027f5 into master Jan 14, 2026
1 check passed
@cmyui cmyui deleted the fix-helm-namespace branch January 14, 2026 20:50
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.

1 participant