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
| daemon.image.tag | string |`""`| ofen-daemon image tag to use. |
46
-
| daemon.imagePullSecrets | list |`[]`| Secrets for pulling the ofen-daemon image from a private repository. |
47
-
| daemon.resources | object |`{"requests":{"cpu":"100m","memory":"20Mi"}}`| Resource requests and limits for the ofen-daemon DaemonSet. |
48
-
| daemon.extraArgs | list |`[]`| Additional command line arguments to pass to the ofen-daemon binary. |
49
-
| daemon.containerdSockPath | string |`"/run/containerd/containerd.sock"`| Path to the containerd socket. |
50
-
| daemon.containerdHostDirPath | string |`"/etc/containerd/certs.d"`| Path to the host directory where containerd certificate configurations are stored. |
51
-
| allowRegistries | list |`[]`| Allow pulling images from some registries. |
| daemon.image.tag | string |`""`| The ofen-daemon image tag to use. |
51
+
| daemon.imagePullSecrets | list |`[]`| Secrets for pulling the ofen-daemon image from a private repository. |
52
+
| daemon.resources | object |`{"requests":{"cpu":"100m","memory":"20Mi"}}`| Resource requests and limits for the ofen-daemon DaemonSet. |
53
+
| daemon.extraArgs | list |`[]`| Additional command line arguments to pass to the ofen-daemon binary. |
54
+
| daemon.containerdSockPath | string |`"/run/containerd/containerd.sock"`| Path to the containerd socket. |
55
+
| daemon.containerdHostDirPath | string |`"/etc/containerd/certs.d"`| Path to the host directory where containerd certificate configurations are stored. |
56
+
| daemon.nodeSelector | object |`{}`| Node labels for scheduling the ofen-daemon. |
57
+
| daemon.affinity | object |`{}`| Affinity used by the ofen-daemon. |
58
+
| daemon.tolerations | list |`[]`| Tolerations used by the ofen-daemon. |
59
+
| daemon.priorityClassName | string |`""`| PriorityClass used by the ofen-daemon. |
60
+
| allowRegistries | list |`[]`| Allow pulling images from specified registries. |
0 commit comments