You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,8 @@ The following table lists the configurable parameters of the oauth2-proxy chart
178
178
|`podAnnotations`| annotations to add to each pod |`{}`|
179
179
|`podLabels`| additional labels to add to each pod |`{}`|
180
180
|`podDisruptionBudget.enabled`| Enabled creation of PodDisruptionBudget (only if replicaCount > 1) | true |
181
-
|`podDisruptionBudget.minAvailable`| minAvailable parameter for PodDisruptionBudget | 1 |
181
+
|`podDisruptionBudget.maxUnavailable`| maxUnavailable parameter for PodDisruptionBudget, one of maxUnavailable and minAvailable must be null | null |
182
+
|`podDisruptionBudget.minAvailable`| minAvailable parameter for PodDisruptionBudget, one of maxUnavailable and minAvailable must be null | 1 |
182
183
|`podSecurityContext`| Kubernetes security context to apply to pod |`{}`|
183
184
|`priorityClassName`| priorityClassName |`nil`|
184
185
|`readinessProbe.enabled`| enable Kubernetes readinessProbe. Disable to use oauth2-proxy with Istio mTLS. See [Istio FAQ](https://istio.io/help/faq/security/#k8s-health-checks)|`true`|
0 commit comments