Skip to content

Commit 5800757

Browse files
authored
Fix verbosity flag in BBR helm chart
1 parent 9a9dcf6 commit 5800757

File tree

1 file changed

+1
-1
lines changed
  • config/charts/body-based-routing/templates

1 file changed

+1
-1
lines changed

Diff for: config/charts/body-based-routing/templates/bbr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
imagePullPolicy: {{ .Values.bbr.image.pullPolicy | default "Always" }}
2020
args:
2121
- "-streaming"
22-
- "v"
22+
- "-v"
2323
- "3"
2424
ports:
2525
- containerPort: 9004

0 commit comments

Comments
 (0)