Skip to content

Commit 8e03c52

Browse files
committed
docs: Update values table
Add podDisruptionBudget.unhealthyPodEvictionPolicy value in values table Signed-off-by: younsl <[email protected]>
1 parent 9e3eed9 commit 8e03c52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
181181
| `podDisruptionBudget.enabled` | Enabled creation of PodDisruptionBudget (only if replicaCount > 1) | true |
182182
| `podDisruptionBudget.maxUnavailable` | maxUnavailable parameter for PodDisruptionBudget, one of maxUnavailable and minAvailable must be null | null |
183183
| `podDisruptionBudget.minAvailable` | minAvailable parameter for PodDisruptionBudget, one of maxUnavailable and minAvailable must be null | 1 |
184+
| `podDisruptionBudget.unhealthyPodEvictionPolicy` | Policy for when unhealthy pods should be considered for eviction. Valid values are "IfHealthyBudget" and "AlwaysAllow". See [Kubernetes docs](https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy) | `""` |
184185
| `podSecurityContext` | Kubernetes security context to apply to pod | `{}` |
185186
| `priorityClassName` | priorityClassName | `nil` |
186187
| `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

Comments
 (0)