[bitnami/etcd] Fix podLabels for disasterrecovery cronjob (#21199)

Signed-off-by: Florian Hopfensperger <florian.hopfensperger@allianz.de>
This commit is contained in:
Florian Hopfensperger
2023-11-24 12:03:30 +01:00
committed by GitHub
parent e01c84ac88
commit bd928eef2b
3 changed files with 4 additions and 4 deletions

View File

@@ -32,4 +32,4 @@ maintainers:
name: etcd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/etcd
version: 9.7.2
version: 9.7.3

View File

@@ -295,7 +295,7 @@ The command removes all the Kubernetes components associated with the chart and
| `disasterRecovery.cronjob.resources.requests` | Cronjob container resource requests | `{}` |
| `disasterRecovery.cronjob.nodeSelector` | Node labels for cronjob pods assignment | `{}` |
| `disasterRecovery.cronjob.tolerations` | Tolerations for cronjob pods assignment | `[]` |
| `disasterRecovery.cronjob.podLabels` | List of labels that will be added to pods created by cronjob | `[]` |
| `disasterRecovery.cronjob.podLabels` | Labels that will be added to pods created by cronjob | `{}` |
| `disasterRecovery.pvc.existingClaim` | A manually managed Persistent Volume and Claim | `""` |
| `disasterRecovery.pvc.size` | PVC Storage Request | `2Gi` |
| `disasterRecovery.pvc.storageClassName` | Storage Class for snapshots volume | `nfs` |

View File

@@ -881,9 +881,9 @@ disasterRecovery:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []
## @param disasterRecovery.cronjob.podLabels List of labels that will be added to pods created by cronjob
## @param disasterRecovery.cronjob.podLabels [object] Labels that will be added to pods created by cronjob
##
podLabels: []
podLabels: {}
pvc:
## @param disasterRecovery.pvc.existingClaim A manually managed Persistent Volume and Claim