Skip to content

Commit 9c5c52f

Browse files
committed
refactor(task): replace kubectl-ctx with kubectl-ns for namespace selection
1 parent 027a7aa commit 9c5c52f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ switch-context() {
476476
chmod 0644 "$target"
477477

478478
echo 'Select namespace'
479-
kubectl-ctx
479+
kubectl-ns
480480
}
481481

482482
show-context() {

0 commit comments

Comments
 (0)