Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4307 from aegershman/patch-1
Browse files Browse the repository at this point in the history
update kubernetes deploy doc to reference uaa.endpoint
  • Loading branch information
richard-cox committed May 28, 2020
2 parents 6152be5 + 6d22276 commit 5a6fa07
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions deploy/kubernetes/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ helm repo add stratos https://cloudfoundry.github.io/stratos
Check the repository was successfully added by searching for the `console`, for example:

```
helm search console
helm search repo console
NAME CHART VERSION APP VERSION DESCRIPTION
stratos/console 3.1.0 3.1.0 A Helm chart for deploying Stratos UI Console
stratos/console 3.2.0 3.2.0 A Helm chart for deploying Stratos UI Console
```

> Note: Version numbers will depend on the version of Stratos available from the Helm repository
Expand Down Expand Up @@ -283,10 +283,7 @@ UAA configuration can be specified by providing the following configuration.
Create a yaml file with the content below and and update according to your environment and save to a file called `uaa-config.yaml`.
```
uaa:
url: https://uaa.cf-dev.io:2793
protocol: https://
port: 2793
host: uaa.cf-dev.io
endpoint: https://uaa.cf-dev.io:2793
consoleClient: cf
consoleClientSecret:
consoleAdminIdentifier: cloud_controller.admin
Expand Down

0 comments on commit 5a6fa07

Please sign in to comment.