Skip to content

Commit ff44882

Browse files
committed
helm-docs update [Improvement-17573]
1 parent 2452d7b commit ff44882

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/kubernetes/dolphinscheduler/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
329329
| worker.env.WORKER_SERVER_LOAD_PROTECTION_MAX_SYSTEM_MEMORY_USAGE_PERCENTAGE_THRESHOLDS | float | `0.7` | Worker max memory usage , when the worker's memory usage is smaller then this value, worker server can be dispatched tasks. |
330330
| worker.env.WORKER_TENANT_CONFIG_AUTO_CREATE_TENANT_ENABLED | bool | `true` | tenant corresponds to the user of the system, which is used by the worker to submit the job. If system does not have this user, it will be automatically created after the parameter worker.tenant.auto.create is true. |
331331
| worker.env.WORKER_TENANT_CONFIG_DEFAULT_TENANT_ENABLED | bool | `false` | If set true, will use worker bootstrap user as the tenant to execute task when the tenant is `default`; |
332+
| worker.envFromSecret | string | `""` | Direct Secret Mounting Mount secrets directly as environment variables Single secret |
333+
| worker.initContainers | object | `{}` | Init Container for Advanced Processing Use when you need to transform, validate, or prepare configuration files |
332334
| worker.keda.advanced | object | `{}` | Specify HPA related options |
333335
| worker.keda.cooldownPeriod | int | `30` | How many seconds KEDA will wait before scaling to zero. Note that HPA has a separate cooldown period for scale-downs |
334336
| worker.keda.enabled | bool | `false` | Enable or disable the Keda component |
@@ -371,7 +373,7 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
371373
| worker.service.serviceMonitor.labels | object | `{}` | serviceMonitor.labels ServiceMonitor extra labels |
372374
| worker.service.serviceMonitor.path | string | `"/actuator/prometheus"` | serviceMonitor.path path of the metrics endpoint |
373375
| worker.tolerations | list | `[]` | Tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. |
374-
| worker.updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies |
376+
| worker.updateStrategy.type | string | `"RollingUpdate"` | |
375377
| zookeeper.enabled | bool | `true` | If not exists external registry, the zookeeper registry will be used by default. |
376378
| zookeeper.fourlwCommandsWhitelist | string | `"srvr,ruok,wchs,cons"` | A list of comma separated Four Letter Words commands to use |
377379
| zookeeper.image.registry | string | `"docker.io"` | |

0 commit comments

Comments
 (0)