Skip to content

Commit

Permalink
Update README.md (bitnami#25996)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
Signed-off-by: Fran Mulero <fmulero@vmware.com>
  • Loading branch information
lucasfcnunes authored and fmulero committed May 22, 2024
1 parent 5f89571 commit a9efcf9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions bitnami/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,15 @@ adminIngress:
enabled: true
hostname: keycloak-admin.example.com
keycloakConfigCli:
configuration: |
{
"realm" : "master",
"attributes": {
"frontendUrl": "https://keycloak-admin.example.com"
enabled: true
configuration:
master.json: |
{
"realm" : "master",
"attributes": {
"frontendUrl": "https://keycloak-admin.example.com"
}
}
}
```

### Configure TLS Secrets for use with Ingress
Expand Down Expand Up @@ -207,12 +209,11 @@ If your ingress controller has the SSL Termination, you should set `proxy` to `e

This chart provides several ways to manage passwords:

- Values passed to the chart: In this scenario, a new secret including all the passwords will be created during the chart installation. When upgrading, it is necessary to provide the secrets to the chart as shown below. Replace the KEYCLOAK_ADMIN_PASSWORD, KEYCLOAK_MANAGEMENT_PASSWORD, POSTGRESQL_PASSWORD and POSTGRESQL_PVC placeholders with the correct passwords and PVC name.
- Values passed to the chart: In this scenario, a new secret including all the passwords will be created during the chart installation. When upgrading, it is necessary to provide the secrets to the chart as shown below. Replace the KEYCLOAK_ADMIN_PASSWORD, POSTGRESQL_PASSWORD and POSTGRESQL_PVC placeholders with the correct passwords and PVC name.

```console
helm upgrade keycloak bitnami/keycloak \
--set auth.adminPassword=KEYCLOAK_ADMIN_PASSWORD \
--set auth.managementPassword=KEYCLOAK_MANAGEMENT_PASSWORD \
--set postgresql.postgresqlPassword=POSTGRESQL_PASSWORD \
--set postgresql.persistence.existingClaim=POSTGRESQL_PVC
```
Expand Down Expand Up @@ -796,4 +797,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit a9efcf9

Please sign in to comment.