Skip to content

Commit

Permalink
feat: allow users to specify manager log level in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Feb 25, 2021
1 parent d045c39 commit 240c706
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
- --webhook-port={{ .Values.webhook.port }}
- --create-resources=$(MANAGER_CREATE_RESOURCES)
- '{{- if .Values.singleNamespace }}--namespace={{ include "seldon.namespace" . }}{{- end }}'
- --logLevel={{ .Values.manager.logLevel | default "INFO" }}
command:
- /manager
env:
Expand Down

0 comments on commit 240c706

Please sign in to comment.