Skip to content

Commit

Permalink
Merge pull request #87 from kloudlite/release-fix/env-namespace
Browse files Browse the repository at this point in the history
remove namesapce from env creation
  • Loading branch information
abdheshnayak authored Feb 9, 2024
2 parents 565ee98 + 3c353d2 commit 5e948b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/apps/console/page-components/new-scope.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const HandleScope = ({ show, setShow }: IDialog<IEnvironment | null> & {}) => {
env: {
metadata: {
name: val.name,
namespace: parseTargetNs(project),
},
displayName: val.displayName,
spec: {
Expand Down

0 comments on commit 5e948b2

Please sign in to comment.