Skip to content

Commit

Permalink
remove namesapce from env creation (#79)
Browse files Browse the repository at this point in the history
* remove namesapce from env creation

* ci: build docker images, will also run on workflow dispatch;

* removed target namespace from create environment

---------

Co-authored-by: Piyush Kumar <[email protected]>
  • Loading branch information
nxtcoder19 and nxtcoder19 authored Feb 5, 2024
1 parent 2006e0e commit 3946572
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build-docker-images

on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down
1 change: 0 additions & 1 deletion src/apps/console/page-components/new-scope.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const HandleScope = ({ show, setShow }: IDialog<IEnvironment | null> & {}) => {
displayName: val.displayName,
spec: {
projectName: projectName || '',
targetNamespace: `${projectName}-${val.name}`,
routing: {
mode: val.environmentRoutingMode ? 'public' : 'private',
},
Expand Down

0 comments on commit 3946572

Please sign in to comment.