Skip to content

Commit

Permalink
fix password in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jul 23, 2024
1 parent 35d762b commit 0ec0889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Alternatively, you can deploy from OCI by running the following two commands:

1. Run the below command to deploy the `k3d-core-slim-dev` bundle:

> [!NOTE]: You can append `--set INSECURE_ADMIN_PASSWORD_GENERATION=true` to the below command to enable a default keycloak admin. This is useful for development and testing of the SWF stack and enables the ability to run `uds run setup:create-doug-user` to create a user to test with using the username `doug` and the password `unicorn123!@#`.
> [!NOTE]: You can append `--set INSECURE_ADMIN_PASSWORD_GENERATION=true` to the below command to enable a default keycloak admin. This is useful for development and testing of the SWF stack and enables the ability to run `uds run setup:create-doug-user` to create a user to test with using the username `doug` and the password `unicorn123!@#UN`.
```bash
uds deploy k3d-core-slim-dev:0.24.1
Expand Down

0 comments on commit 0ec0889

Please sign in to comment.