Skip to content

Commit

Permalink
Fix: container argument for keda-operator in 12-keda-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Khan authored and Abdul Khan committed Nov 3, 2021
1 parent 51bb585 commit d244a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/12-keda-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
command:
- "/keda"
args:
- --leader-elect
- "-enable-leader-election"
- "--zap-log-level={{ .Values.logging.operator.level }}"
- "--zap-encoder={{ .Values.logging.operator.format }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down

0 comments on commit d244a9a

Please sign in to comment.