Skip to content

Commit 127e415

Browse files
authored
Merge pull request twuni#166 from Mercbot7/update-readme-for-cronjob-updates
Update README.md for garbageCollect
2 parents 113ddd1 + 14fc7bb commit 127e415

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ their default values.
5757
| `service.sessionAffinityConfig` | service session affinity config | `nil` |
5858
| `replicaCount` | k8s replicas | `1` |
5959
| `updateStrategy` | update strategy for deployment | `{}` |
60-
| `podAnnotations` | Annotations for pod | `{}` |
61-
| `podLabels` | Labels for pod | `{}` |
60+
| `podAnnotations` | Annotations for deployment pod, and `garbageCollect` pod unless set explicitly there. See `garbageCollect` | `{}` |
61+
| `podLabels` | Labels for deployment pod, and `garbageCollect` pod unless set explicitly there. See `garbageCollect` | `{}` |
6262
| `podDisruptionBudget` | Pod disruption budget | `{}` |
6363
| `resources.limits.cpu` | Container requested CPU | `nil` |
6464
| `resources.limits.memory` | Container requested memory | `nil` |
@@ -119,6 +119,8 @@ their default values.
119119
| `garbageCollect.enabled` | If true, will deploy garbage-collector cronjob | `false` |
120120
| `garbageCollect.deleteUntagged` | If true, garbage-collector will delete manifests that are not currently referenced via tag | `true` |
121121
| `garbageCollect.schedule` | CronTab schedule, please use standard crontab format | `0 1 * * *` |
122+
| `garbageCollect.podAnnotations` | CronJob pod Annotations. If left empty and chart `podAnnotations` are set, will use those. If both are set, these take precedence for the `garbageCollect` pods. | `{}` |
123+
| `garbageCollect.podLabels` | CronJob pod Annotations. If left empty and chart `podLabels` are set, will use those. If both are set, these take precedence for the `garbageCollect` pods. | `{}` |
122124
| `garbageCollect.resources` | garbage-collector requested resources | `{}` |
123125

124126
Specify each parameter using the `--set key=value[,key=value]` argument to

0 commit comments

Comments
 (0)