Skaffold YAML reference page broken #3618
Labels
area/docs
kind/bug
Something isn't working
priority/p0
Highest priority. We are actively looking at delivering it.
The skaffold.yaml reference page is broken. It appears to be related to the update of lit-html in #3466
The code is breaking at line 110:
skaffold/docs/content/en/docs/references/yaml/main.js
Lines 114 to 116 in 650ed4b
value
is"."
from thedefault
value of theKustomizeDeploy
'spaths
property, which is defined as an array of strings.skaffold/docs/content/en/schemas/v2alpha3.json
Lines 1602 to 1610 in 650ed4b
And sure enough,
"."
isn't an array of strings.But this
default
hasn't changed in ages, so it must be the lit-html. What's puzzling is why this error didn't show up during testing of #3466?The text was updated successfully, but these errors were encountered: