Skip to content

Commit

Permalink
Merge pull request #208 from kndpio/207-use-kube-system-namespace-by-…
Browse files Browse the repository at this point in the history
…default

updated default namespace
  • Loading branch information
evghen1 authored Oct 3, 2024
2 parents 6e1b517 + bf33760 commit 5fd5f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/namespace/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"k8s.io/client-go/rest"
)

const Namespace = "kndp-system"
const Namespace = "kube-system"

// Creates system namespace
func CreateNamespace(ctx context.Context, config *rest.Config) error {
Expand Down

0 comments on commit 5fd5f72

Please sign in to comment.