Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques authored Jan 21, 2024
1 parent 6167e10 commit 6b3ebc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/orb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ helm install cert-manager jetstack/cert-manager --namespace cert-manager --creat
* edit `issuers/production-issuer.yaml` and change `spec.acme.email` to a real email address
* `kubectl create -f issuers/production-issuer.yaml -n orb`

To restart entire deployment:

```
kubectl rollout restart deployment -n orb
```

## Known-bug:
Sometimes on the first run, postgres can have a problem to seed your password. To fix this, you have to manually remove the persistent volume claim (PVC) which will free up the database storage.

Expand Down

0 comments on commit 6b3ebc4

Please sign in to comment.