Skip to content

Commit

Permalink
feat: Put log settings related together && append to the end of the file
Browse files Browse the repository at this point in the history
Signed-off-by: chenshiwei-io <[email protected]>
  • Loading branch information
chenshiwei-io committed Aug 7, 2024
1 parent 7c02588 commit db6a055
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions installer/helm/chart/volcano/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,9 @@ custom:
# cpu: 300m
# memory: 300Mi
admission_resources: ~
admission_log_level: 4
scheduler_resources: ~
scheduler_log_level: 3
controller_resources: ~
controller_log_level: 4


# Specify additional namespace selector expressions for Volcano admission webhooks.
# For example, if you want Volcano admission webhooks take effect in namespaces with
Expand All @@ -144,3 +142,8 @@ custom:
# Note that {{ .Release.Namespace }} and kube-system namespaces are always ignored.
webhooks_namespace_selector_expressions: ~


# Specify log level for Volcano main component
admission_log_level: 4
scheduler_log_level: 3
controller_log_level: 4

0 comments on commit db6a055

Please sign in to comment.