mirror of
https://github.com/bitnami/charts.git
synced 2026-02-28 15:37:42 +08:00
[bitnami/etcd] Fix podLabels for disasterrecovery cronjob (#21199)
Signed-off-by: Florian Hopfensperger <florian.hopfensperger@allianz.de>
This commit is contained in:
committed by
GitHub
parent
e01c84ac88
commit
bd928eef2b
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user