Skip to content

Commit

Permalink
Add operatorLogLevel to Operator Helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lukša <mluksa@redhat.com>
  • Loading branch information
luksa committed Oct 11, 2024
1 parent 521379e commit d9b69b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --zap-log-level={{ .Values.operatorLogLevel }}
{{- if eq .Values.platform "openshift" }}
- --default-profile=openshift
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ service:
port: 8443
serviceAccountName: sail-operator

operatorLogLevel: info

csv:
displayName: Sail Operator
categories: OpenShift Optional, Integration & Delivery, Networking, Security
Expand Down

0 comments on commit d9b69b8

Please sign in to comment.