Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eduser25 committed Nov 13, 2020
1 parent 67ee6fe commit c7e7edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/osm/templates/osm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containerPort: 15128
command: ['/osm-controller']
args: [
"--verbosity", "{{.Values.OpenServiceMesh.osmLogLevel}}",
"--verbosity", "{{.Values.OpenServiceMesh.controllerLogLevel}}",
"--osm-namespace", "{{.Release.Namespace}}",
"--mesh-name", "{{.Values.OpenServiceMesh.meshName}}",
"--init-container-image", "{{.Values.OpenServiceMesh.image.registry}}/init:{{ .Values.OpenServiceMesh.image.tag }}",
Expand Down
2 changes: 1 addition & 1 deletion charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OpenServiceMesh:
meshName: osm
useHTTPSIngress: false
envoyLogLevel: error
osmLogLevel: trace
controllerLogLevel: trace
enforceSingleMesh: false

# Set deployJaeger to true to deploy a Jaeger cluster in the
Expand Down

0 comments on commit c7e7edb

Please sign in to comment.