Skip to content

Commit 7ba519a

Browse files
rramkumar1kfswain
authored andcommitted
Fix verbosity flag in BBR helm chart (kubernetes-sigs#606)
1 parent 0bd71cd commit 7ba519a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

config/charts/body-based-routing/templates/bbr.yaml

Lines changed: 1 addition & 1 deletion
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)