Skip to content

Commit a8e44f5

Browse files
authored
chore: inputs of vector should be array (#30)
1 parent 36451d4 commit a8e44f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/tensor-fusion/templates/vector.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ data:
4242
4343
prepare_controller_metrics:
4444
type: remap
45-
inputs: controller_metrics
45+
inputs:
46+
- controller_metrics
4647
source: |
4748
.namespace = "tf"
4849

0 commit comments

Comments
 (0)