[bitnami/mysql] Fix *.pdb.enabled parameters (#5425)

* [bitnami/mysql] Fix *.pdb.enabled parameters

* Update Chart.yaml

* Update README.md
This commit is contained in:
Andrés Bono
2021-02-09 11:29:58 +01:00
committed by GitHub
parent 782282306b
commit c2497c1c3d
3 changed files with 5 additions and 5 deletions

View File

@@ -25,4 +25,4 @@ name: mysql
sources:
- https://github.com/bitnami/bitnami-docker-mysql
- https://mysql.com
version: 8.3.0
version: 8.3.1

View File

@@ -142,7 +142,7 @@ The following table lists the configurable parameters of the MySQL chart and the
| `primary.service.nodePort` | MySQL Primary K8s service node port | `nil` |
| `primary.service.loadBalancerIP` | MySQL Primary loadBalancerIP if service type is `LoadBalancer` | `nil` |
| `primary.service.loadBalancerSourceRanges` | Address that are allowed when MySQL Primary service is LoadBalancer | `[]` |
| `primary.pdb.create` | Enable/disable a Pod Disruption Budget creation for MySQL primary pods | `false` |
| `primary.pdb.enabled` | Enable/disable a Pod Disruption Budget creation for MySQL primary pods | `false` |
| `primary.pdb.minAvailable` | Minimum number/percentage of MySQL primary pods that should remain scheduled | `1` |
| `primary.pdb.maxUnavailable` | Maximum number/percentage of MySQL primary pods that may be made unavailable | `nil` |
@@ -197,7 +197,7 @@ The following table lists the configurable parameters of the MySQL chart and the
| `secondary.service.nodePort` | MySQL secondary K8s service node port | `nil` |
| `secondary.service.loadBalancerIP` | MySQL secondary loadBalancerIP if service type is `LoadBalancer` | `nil` |
| `secondary.service.loadBalancerSourceRanges` | Address that are allowed when MySQL secondary service is LoadBalancer | `[]` |
| `secondary.pdb.create` | Enable/disable a Pod Disruption Budget creation for MySQL secondary pods | `false` |
| `secondary.pdb.enabled` | Enable/disable a Pod Disruption Budget creation for MySQL secondary pods | `false` |
| `secondary.pdb.minAvailable` | Minimum number/percentage of MySQL secondary pods that should remain scheduled | `1` |
| `secondary.pdb.maxUnavailable` | Maximum number/percentage of MySQL secondary pods that may be made unavailable | `nil` |

View File

@@ -395,7 +395,7 @@ primary:
## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
##
pdb:
create: false
enabled: false
## Min number of pods that must still be available after the eviction
##
minAvailable: 1
@@ -682,7 +682,7 @@ secondary:
## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
##
pdb:
create: false
enabled: false
## Min number of pods that must still be available after the eviction
##
minAvailable: 1