Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waseem-h authored Apr 16, 2018
1 parent 72dc1b8 commit 659a227
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# chart-keycloak

This repository contains 1 chart that is used to deploy keycloak to kubernetes.
This repository contains 3 charts that are used to deploy keycloak to kubernetes.

- keycloak
- keycloak-db
- keycloak-db-storage

## Installing

Expand All @@ -11,3 +13,14 @@ Install `keycloak` chart
```bash
helm install --name keycloak chartmuseum/keycloak
```

Install `keycloak-db-storage` chart (Optional)

```bash
helm install --name keycloak-db-storage chartmuseum/keycloak-db-storage
```
Install `keycloak-db` chart

```bash
helm install --name keycloak-db chartmuseum/keycloak-db
```

0 comments on commit 659a227

Please sign in to comment.