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
| highAvailability.replicas | int | `1` | Ziti controller HA swarm replicas |
254
-
| image.additionalArgs | list | `["--log-formatter","pfxlog"]` | Additional arguments can be passed directly to the container to modify ziti runtime arguments use "json" for json formatted logs |
254
+
| image.additionalArgs | list | `["--log-formatter","pfxlog"]` | additional arguments can be passed directly to the container to modify ziti runtime arguments |
255
255
| image.args | list | `["{{ include \"configMountDir\" . }}/ziti-controller.yaml"]` | args for the entrypoint command |
| image.homeDir | string | `"/home/ziggy"` | homeDir for admin login shell must align with container image's ~/.bashrc for ziti CLI auto-complete to work |
Copy file name to clipboardExpand all lines: charts/ziti-router/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -201,9 +201,9 @@ tunnel:
201
201
| forwarder.xgressDialWorkerCount | int | `128` | |
202
202
| hostNetwork | bool | `false` | Host networking requested for a pod if set, i.e. tproxy ports enabled in the host namespace. i.e. egress gateway |
203
203
| identityMountDir | string | `"/etc/ziti/identity"` | read-only mountpoint for router identity secret specified in deployment for use by router run container |
204
+
| image.additionalArgs | list | `["--log-formatter","pfxlog"]` | additional arguments can be passed directly to the container to modify ziti runtime arguments |
204
205
| image.args | list | `["run","{{ .Values.configMountDir }}/{{ .Values.configFile }}"]` | deployment container command args and opts |
| image.env | list | `[{"name":"--log-formatter"},"pfxlog"]` | Additional arguments can be passed directly to the container to modify ziti runtime arguments |
0 commit comments