Fix logFormat comment for each module in Helm chart (#2166)
This commit is contained in:
parent
9e93c7ee54
commit
ee71ff14bd
|
|
@ -195,7 +195,7 @@ githubWebhookServer:
|
||||||
enabled: false
|
enabled: false
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
useRunnerGroupsVisibility: false
|
useRunnerGroupsVisibility: false
|
||||||
## specify log format for github webhook controller. Valid options are "text" and "json"
|
## specify log format for github webhook server. Valid options are "text" and "json"
|
||||||
logFormat: text
|
logFormat: text
|
||||||
secret:
|
secret:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
@ -298,7 +298,7 @@ actionsMetricsServer:
|
||||||
# See the thread below for more context.
|
# See the thread below for more context.
|
||||||
# https://github.com/actions/actions-runner-controller/pull/1814#discussion_r974758924
|
# https://github.com/actions/actions-runner-controller/pull/1814#discussion_r974758924
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
## specify log format for github webhook controller. Valid options are "text" and "json"
|
## specify log format for actions metrics server. Valid options are "text" and "json"
|
||||||
logFormat: text
|
logFormat: text
|
||||||
secret:
|
secret:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue