Skip to content

Commit

Permalink
spelling: namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 20, 2024
1 parent ac0a5a4 commit 0244e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/pkg/manifest/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (r *LocalRepository) LoadManifest(_ context.Context, componentName string,
return map[string]string{path: sb.String()}, nil
}

// otherwise we are in namesapce mode
// otherwise we are in namespace mode
rlog.Info("loading manifest", "component", componentName, "version", version, "mode", mode)
p = filepath.Join(r.basedir, "packages", componentName, version, "namespaced", cnrmSystemFileName)
b, err = os.ReadFile(p)
Expand Down
2 changes: 1 addition & 1 deletion pkg/test/main/testmain.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func SetupMultipleEnvironments(m *testing.M, testType test.Type, crds []*apiexte
stops = append(stops, stop)

if err := testcontroller.EnsureNamespaceExists(mgr.GetClient(), k8s.SystemNamespace); err != nil {
log.Fatalf("error ensuring namesapce exists: %v", err)
log.Fatalf("error ensuring namespace exists: %v", err)
}
*mp = mgr
}
Expand Down

0 comments on commit 0244e9e

Please sign in to comment.