Skip to content

Commit

Permalink
feat: console prefix (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvankekem authored Jul 3, 2024
1 parent cfaad40 commit ba34f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ adminApps:
auth: true
removeRequestHeaders:
- authorization
- name: otomi
- name: console
hide: true
isShared: true
ownHost: true
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const printWelcomeMessage = async (): Promise<void> => {
const message = `
########################################################################################################################################
#
# To start using Otomi, go to https://otomi.${values.cluster.domainSuffix} and sign in to the web console
# To start using APL, go to https://console.${values.cluster.domainSuffix} and sign in to the web console
# with username "${credentials.adminUsername}" and password "${credentials.adminPassword}".
#
########################################################################################################################################`
Expand Down

0 comments on commit ba34f5d

Please sign in to comment.