File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ This chart was designed to deploy [papercups](https://papercups.io) to your Kube
9
9
### Install the Helm repository
10
10
11
11
```
12
- $ helm repo add papercups https://charts. papercups.io /
13
- $ helm install papercups papercups/papercups \
12
+ $ helm repo add papercups-io https://papercups-io.github.io/charts /
13
+ $ helm install papercups papercups-io /papercups \
14
14
--set secrets.SECRET_KEY_BASE=<`mix phx.gen.secret` if you donut have one already> \
15
15
--set secret.DATABASE_URL="ecto://papercups:changeit@papercups-db-postgresql.default.svc.cluster.local/papercups"
16
16
```
17
17
18
18
## Prerequisites
19
+
19
20
### Backend Database
20
21
21
22
#### Using the Bitnami PostgreSQL chart
@@ -27,7 +28,6 @@ $ helm repo add bitnami https://charts.bitnami.com/bitnami
27
28
$ helm install papercups-db bitnami/postgresql --set postgresqlUsername=papercups,postgresqlPassword=changeit,postgresqlDatabase=papercups
28
29
```
29
30
30
- # Values
31
31
## Values
32
32
33
33
| Key | Type | Default | Description |
You can’t perform that action at this time.
0 commit comments