Skip to content

Commit

Permalink
feat(cli): namespace creation on install
Browse files Browse the repository at this point in the history
Signed-off-by: christoph <[email protected]>
  • Loading branch information
christophenne committed Sep 13, 2024
1 parent 1fb15a0 commit be05c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/glasskube/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package cmd

import (
"fmt"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"os"
"strings"

apierrors "k8s.io/apimachinery/pkg/api/errors"

"github.com/glasskube/glasskube/internal/clientutils"
"github.com/glasskube/glasskube/internal/namespaces"

Expand Down

0 comments on commit be05c00

Please sign in to comment.