You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reloader: Add in support for dnsConfig for pod reloader. This is supported as a common standard in most public helm charts, so decided to create a PR here.
|`reloader.deployment.replicas`| Number of replicas, if you wish to run multiple replicas set `reloader.enableHA = true`. The replicas will be limited to 1 when `reloader.enableHA = false`| int | 1 |
72
72
|`reloader.deployment.revisionHistoryLimit`| Limit the number of revisions retained in the revision history | int | 2 |
73
73
|`reloader.deployment.nodeSelector`| Scheduling pod to a specific node based on set labels | map |`{}`|
0 commit comments