Skip to content

Commit fa1b313

Browse files
committed
Add 'worker.updateStrategy' to helm docs
1 parent ff7aeea commit fa1b313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deployment/helm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ API's you need to install the prometheus operator in your cluster.
266266
| `worker.readinessProbe.timeoutSeconds` | integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
267267
| `worker.readinessProbe.successThreshold` | integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready. |
268268
| `worker.dnsPolicy` | array | ClusterFirstWithHostNet | NFD worker pod [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) |
269+
| `worker.updateStrategy` | dict | {} | Daemonset [updateStrategy](https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#performing-a-rolling-update) |
269270

270271
### Topology updater parameters
271272

0 commit comments

Comments
 (0)