Skip to content

Commit 330c59d

Browse files
committed
refactor ui pairing
1 parent 1706019 commit 330c59d

29 files changed

Lines changed: 385 additions & 424 deletions

.github/workflows/publish-sandbox-ui-for-ui-e2e-tests.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ $RECYCLE.BIN/
339339
# Windows shortcuts
340340
*.lnk
341341

342-
# custom .env file for Developer Sandbox UI E2E tests
343-
testsupport/sandbox-ui/.env
342+
# custom .env file for Developer Sandbox Dashboard E2E tests
343+
testsupport/devsandbox-dashboard/.env
344344

345-
# trace folder for Developer Sandbox UI E2E tests
345+
# trace folder for Developer Sandbox Dashboard E2E tests
346346
trace/
347347

348348
# End of https://www.gitignore.io/api/go,vim,git,macos,linux,emacs,windows,eclipse,intellij+all,visualstudiocode

deploy/sandbox-ui/base/deployment.yaml renamed to deploy/devsandbox-dashboard/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: Deployment
22
apiVersion: apps/v1
33
metadata:
44
name: rhdh
5-
namespace: ${SANDBOX_UI_NS}
5+
namespace: ${DEVSANDBOX_DASHBOARD_NS}
66
labels:
77
app.kubernetes.io/instance: rhdh
88
spec:
File renamed without changes.

deploy/sandbox-ui/base/route.yaml renamed to deploy/devsandbox-dashboard/base/route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: Route
22
apiVersion: route.openshift.io/v1
33
metadata:
44
name: rhdh
5-
namespace: ${SANDBOX_UI_NS}
5+
namespace: ${DEVSANDBOX_DASHBOARD_NS}
66
labels:
77
app.kubernetes.io/instance: rhdh
88
spec:

deploy/sandbox-ui/base/service-accounts.yaml renamed to deploy/devsandbox-dashboard/base/service-accounts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
kind: ServiceAccount
33
metadata:
44
name: rhdh
5-
namespace: ${SANDBOX_UI_NS}
5+
namespace: ${DEVSANDBOX_DASHBOARD_NS}

deploy/sandbox-ui/base/service.yaml renamed to deploy/devsandbox-dashboard/base/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: Service
22
apiVersion: v1
33
metadata:
44
name: rhdh
5-
namespace: ${SANDBOX_UI_NS}
5+
namespace: ${DEVSANDBOX_DASHBOARD_NS}
66
labels:
77
app.kubernetes.io/instance: rhdh
88
spec:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)