Skip to content

Commit

Permalink
add default log level for operator (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
zroubalik authored and ahmelsayed committed Dec 4, 2019
1 parent 6024dda commit 7618f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
image: docker.io/kedacore/keda:1.0.0
command:
- keda
args:
- '--zap-level=info'
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down

0 comments on commit 7618f3b

Please sign in to comment.