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 0529e96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/sail-operator:0.2-latest
createdAt: "2024-10-11T05:19:26Z"
createdAt: "2024-10-11T11:23:10Z"
description: Experimental operator for installing Istio service mesh
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
Expand Down Expand Up @@ -663,6 +663,7 @@ spec:
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --zap-log-level=info
- --default-profile=openshift
command:
- /sail-operator
Expand Down
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 0529e96

Please sign in to comment.