From db6a0552472211d4d1112f512343327ebe98a618 Mon Sep 17 00:00:00 2001 From: chenshiwei-io Date: Wed, 7 Aug 2024 10:47:52 +0800 Subject: [PATCH] feat: Put log settings related together && append to the end of the file Signed-off-by: chenshiwei-io --- installer/helm/chart/volcano/values.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/installer/helm/chart/volcano/values.yaml b/installer/helm/chart/volcano/values.yaml index d275a9e6bf1..f2e973b0505 100644 --- a/installer/helm/chart/volcano/values.yaml +++ b/installer/helm/chart/volcano/values.yaml @@ -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 @@ -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