We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f30079 commit 0427131Copy full SHA for 0427131
helm/oauth2-proxy/README.md
@@ -67,9 +67,17 @@ Version 5.0.0 introduces support for custom labels and refactor [Kubernetes reco
67
In order to upgrade, delete the Deployment before upgrading:
68
69
```bash
70
-kubectl delete deployment --cascade=false my-release-oauth2-proxy
+kubectl delete deployment my-release-oauth2-proxy
71
```
72
73
+This will introduce a slight downtime.
74
+
75
+For users who don't want downtime, you can perform these actions:
76
77
+- Perform a non-cascading removal of the deployment that keeps the pods running
78
+- Add new labels to pods
79
+- Perform `helm upgrade`
80
81
## Configuration
82
83
The following table lists the configurable parameters of the oauth2-proxy chart and their default values.
0 commit comments