[bitnami/oauth2-proxy] Fix PDB default values (#12187)

* [bitnami/oauth2-proxy] Fix PDB default values

Signed-off-by: juan131 <juan.ariza.1311993@gmail.com>

* fix: run readme generator

Signed-off-by: juan131 <juan.ariza.1311993@gmail.com>

Signed-off-by: juan131 <juan.ariza.1311993@gmail.com>
This commit is contained in:
Juan Ariza Toledano
2022-08-30 11:36:31 +02:00
committed by GitHub
parent 39239fcb03
commit 84d33ff646
3 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ The command removes all the Kubernetes components associated with the chart and
| `resources.requests` | The requested resources for the OAuth2 Proxy containers | `{}` |
| `pdb.create` | Enable a Pod Disruption Budget creation | `false` |
| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `1` |
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `podSecurityContext.enabled` | Enabled OAuth2 Proxy pods' Security Context | `true` |
| `podSecurityContext.fsGroup` | Set OAuth2 Proxy pod's Security Context fsGroup | `1001` |
| `containerSecurityContext.enabled` | Enabled OAuth2 Proxy containers' Security Context | `true` |