Skip to content

Commit

Permalink
Disable mesh proxy dashboard in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Apr 24, 2020
1 parent b4cb8f2 commit b658695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/chart/maesh/templates/mesh/mesh-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
- "--tracing.haystack.baggagePrefixHeaderName={{ .Values.tracing.haystack.baggagePrefixHeaderName }}"
{{- end }}
{{- end }}
- "--api.dashboard"
- "--api.dashboard=false"
- "--api.insecure"
- "--ping"
- "--log.level={{ .Values.mesh.logging }}"
Expand Down

0 comments on commit b658695

Please sign in to comment.