Skip to content

Commit 1759fac

Browse files
committed
Merge branch 'enable_log_config' of github.com:openziti/helm-charts into enable_log_config
2 parents 0174681 + 89ad4b7 commit 1759fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ziti-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ For more information, please check [here](https://openziti.io/docs/learn/core-co
251251
| fabric.events.subscriptions[9].type | string | `"edge.entityCounts"` | |
252252
| highAvailability.mode | string | `"standalone"` | Ziti controller HA mode |
253253
| 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 |
255255
| image.args | list | `["{{ include \"configMountDir\" . }}/ziti-controller.yaml"]` | args for the entrypoint command |
256256
| image.command | list | `["ziti","controller","run"]` | container entrypoint command |
257257
| image.homeDir | string | `"/home/ziggy"` | homeDir for admin login shell must align with container image's ~/.bashrc for ziti CLI auto-complete to work |

charts/ziti-router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ tunnel:
201201
| forwarder.xgressDialWorkerCount | int | `128` | |
202202
| hostNetwork | bool | `false` | Host networking requested for a pod if set, i.e. tproxy ports enabled in the host namespace. i.e. egress gateway |
203203
| 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 |
204205
| image.args | list | `["run","{{ .Values.configMountDir }}/{{ .Values.configFile }}"]` | deployment container command args and opts |
205206
| image.command | list | `["/entrypoint.bash"]` | deployment container command |
206-
| image.env | list | `[{"name":"--log-formatter"},"pfxlog"]` | Additional arguments can be passed directly to the container to modify ziti runtime arguments |
207207
| image.pullPolicy | string | `"Always"` | deployment image pull policy |
208208
| image.repository | string | `"docker.io/openziti/ziti-router"` | container image tag for deployment |
209209
| image.tag | string | `nil` | container image tag (default is Chart's appVersion) |

0 commit comments

Comments
 (0)