-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use backoffLimit, since activedeadlineseconds can interrupt a mi… (
#6) * fix: use backoffLimit, since activedeadlineseconds can interrupt a migration * doc: use helm.papercups.io
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Papercups Helm Chart | ||
|
||
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) | ||
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) | ||
|
||
This chart was designed to deploy [papercups](https://papercups.io) to your Kubernetes cluster. | ||
|
||
## Deploying Papercups | ||
|
||
### Install the Helm repository | ||
|
||
``` | ||
$ helm repo add papercups-io https://papercups-io.github.io/charts/ | ||
$ helm install papercups papercups-io/papercups \ | ||
```bash | ||
$ helm repo add papercups https://helm.papercups.io/ | ||
$ helm install papercups papercups/papercups \ | ||
--set secrets.SECRET_KEY_BASE=dvPPvOjpgX2Wk8Y3ONrqWsgM9ZtU4sSrs4l/5CFD1sLm4H+CjLU+EidjNGuSz7bz \ | ||
--set secrets.DATABASE_URL="ecto://papercups:[email protected]/papercups" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ This chart was designed to deploy [papercups](https://papercups.io) to your Kube | |
|
||
### Install the Helm repository | ||
|
||
``` | ||
$ helm repo add papercups-io https://papercups-io.github.io/charts/ | ||
$ helm install papercups papercups-io/papercups \ | ||
```bash | ||
$ helm repo add papercups https://helm.papercups.io/ | ||
$ helm install papercups papercups/papercups \ | ||
--set secrets.SECRET_KEY_BASE=dvPPvOjpgX2Wk8Y3ONrqWsgM9ZtU4sSrs4l/5CFD1sLm4H+CjLU+EidjNGuSz7bz \ | ||
--set secrets.DATABASE_URL="ecto://papercups:[email protected]/papercups" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters