Skip to content

Commit ba34f5d

Browse files
feat: console prefix (#1634)
1 parent cfaad40 commit ba34f5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ adminApps:
304304
auth: true
305305
removeRequestHeaders:
306306
- authorization
307-
- name: otomi
307+
- name: console
308308
hide: true
309309
isShared: true
310310
ownHost: true

src/cmd/commit.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const printWelcomeMessage = async (): Promise<void> => {
111111
const message = `
112112
########################################################################################################################################
113113
#
114-
# To start using Otomi, go to https://otomi.${values.cluster.domainSuffix} and sign in to the web console
114+
# To start using APL, go to https://console.${values.cluster.domainSuffix} and sign in to the web console
115115
# with username "${credentials.adminUsername}" and password "${credentials.adminPassword}".
116116
#
117117
########################################################################################################################################`

0 commit comments

Comments
 (0)