Skip to content

Commit

Permalink
feat: defined loglevel in the helm values (keptn#724)
Browse files Browse the repository at this point in the history
Signed-off-by: Sudipto Baral <sudiptobaral.me@gmail.com>
  • Loading branch information
sudiptob2 committed Feb 16, 2023
1 parent 6a7b0c1 commit c5870dd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,24 @@ otelCollector:
deployment:
## @param deployment.imagePullPolicy Sets the image pull policy for kubernetes deployment
imagePullPolicy: Always

## @section Controller Log level
operator:
commonController:
logLevel: 10
keptnappController:
logLevel: 10
keptnappversionController:
logLevel: 10
keptnevaluationController:
logLevel: 10
keptntaskController:
logLevel: 10
keptntaskdefinitionController:
logLevel: 10
keptnworkloadController:
logLevel: 10
metricsController:
logLevel: 10
optionsController:
logLevel: 10

0 comments on commit c5870dd

Please sign in to comment.