><> spin kube scaffold -f bacongobbler/myapp:1.0.0 --replicas 3 --autoscaler hpa --cpu-limit 100m --memory-limit 128Mi | ./helmify
INFO[0000] Chart name is not set. Using default name 'chart
ERRO[0000] unable to decode yaml from input error="error converting YAML to JSON: yaml: line 22: mapping values are not allowed in this context"
There's an indentation bug in
spin kube scaffold
with--memory-limit
set. This causes some commands likehelmify
to fail.Expected:
Error: