Fix logFormat comment for each module in Helm chart (#2166)

This commit is contained in:
Hyeonmin Park 2023-01-18 08:12:24 +09:00 committed by GitHub
parent 9e93c7ee54
commit ee71ff14bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ githubWebhookServer:
enabled: false
replicaCount: 1
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
secret:
enabled: false
@ -298,7 +298,7 @@ actionsMetricsServer:
# See the thread below for more context.
# https://github.com/actions/actions-runner-controller/pull/1814#discussion_r974758924
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
secret:
enabled: false