Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Kubernetes Dashboard cluster selector should respect project selection #1152

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use new dev cluster
  • Loading branch information
maciaszczykm committed Jul 8, 2024
commit c655b33cc54017912fc1bee640020c622050f304
4 changes: 2 additions & 2 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"scripts": {
"start": "vite",
"start:dev": "BASE_URL=console.cd-demo.onplural.sh yarn start",
"start:dev": "BASE_URL=console.plrl-dev-aws.onplural.sh yarn start",
"start:cd": "BASE_URL=console.boot-aws.onplural.sh yarn start",
"start:prod": "yarn build && BASE_URL=console.cd-demo.onplural.sh vite preview",
"start:prod": "yarn build && BASE_URL=console.plrl-dev-aws.onplural.sh vite preview",
"build": "tsc && vite build",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down