Closed reckless-huang closed 7 months ago
There are three resources written in one YAML file deployment + service + pvc split with '---'
deployment ___ service ___ pvc
then kcl import -f xxx only convert the deployment , not all
Thank you for the feedback. This is a pending issue, PRs welcome. ❤️
The code is here: https://github.com/kcl-lang/kcl-go/blob/main/pkg/tools/gen/genkcl_yaml.go
I’ll give it a try.
There are three resources written in one YAML file deployment + service + pvc split with '---'
then kcl import -f xxx only convert the deployment , not all