mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
Update README.md (#25996)
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9efee882f1
commit
d04084c241
@@ -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
|
||||
@@ -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
|
||||
```
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user