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
Copy file name to clipboardExpand all lines: traefik/VALUES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,8 @@ Kubernetes: `>=1.22.0-0`
168
168
| hub.redis.username | string |`""`| The username to use when connecting to Redis endpoints. Default: "". |
169
169
| hub.sendlogs | string |`nil`||
170
170
| hub.token | string |`""`| Name of `Secret` with key 'token' set to a valid license token. It enables API Gateway. |
171
+
| hub.tokenFilePath | string |`""`| Name of file containing a valid license token. It enables API Gateway. |
172
+
| hub.tokenMountPath | string |`"/etc/secrets"`| Mount path for token secret. |
171
173
| hub.tracing.additionalTraceHeaders.enabled | bool | See below | Tracing headers to duplicate. To configure the following, tracing.otlp.enabled needs to be set to true. |
172
174
| hub.tracing.additionalTraceHeaders.traceContext.parentId | string |`""`| Name of the header that will contain the parent-id header copy. |
173
175
| hub.tracing.additionalTraceHeaders.traceContext.traceId | string |`""`| Name of the header that will contain the trace-id copy. |
0 commit comments