Skip to content

Commit

Permalink
Add: documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Oct 16, 2021
1 parent 3f30079 commit 0427131
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion helm/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,17 @@ Version 5.0.0 introduces support for custom labels and refactor [Kubernetes reco
In order to upgrade, delete the Deployment before upgrading:

```bash
kubectl delete deployment --cascade=false my-release-oauth2-proxy
kubectl delete deployment my-release-oauth2-proxy
```

This will introduce a slight downtime.

For users who don't want downtime, you can perform these actions:

- Perform a non-cascading removal of the deployment that keeps the pods running
- Add new labels to pods
- Perform `helm upgrade`

## Configuration

The following table lists the configurable parameters of the oauth2-proxy chart and their default values.
Expand Down

0 comments on commit 0427131

Please sign in to comment.