mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 14:57:36 +08:00
[bitnami/redis] fix typo in values.yaml (#7052)
This commit is contained in:
committed by
GitHub
parent
9c0f312f1e
commit
7d0372fa90
@@ -25,4 +25,4 @@ name: redis
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
version: 14.8.3
|
||||
version: 14.8.4
|
||||
|
||||
@@ -1044,7 +1044,7 @@ serviceAccount:
|
||||
## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
|
||||
##
|
||||
pdb:
|
||||
## @param pdb.create Specifies whether a ServiceAccount should be created
|
||||
## @param pdb.create Specifies whether a PodDisruptionBudget should be created
|
||||
##
|
||||
create: false
|
||||
## @param pdb.minAvailable Min number of pods that must still be available after the eviction
|
||||
|
||||
Reference in New Issue
Block a user