Skip to content

Commit c2f584f

Browse files
fix: format JSON array for pre-commit pretty-format-json
Signed-off-by: Nick Nikolakakis <nonicked@protonmail.com>
1 parent a62fcd3 commit c2f584f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

charts/opentelemetry-kube-stack/values.schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,10 @@
566566
"type": "string"
567567
},
568568
"value": {
569-
"type": ["string", "number"]
569+
"type": [
570+
"string",
571+
"number"
572+
]
570573
},
571574
"valueFrom": {
572575
"$ref": "#/$defs/EnvVarSource"

0 commit comments

Comments
 (0)