quick question, for deployment, which is recommend...
# ask-community
m
quick question, for deployment, which is recommended, the python way or yaml way?
k
either way is good, it just depends on whether you like the idea of having an easy to read set of deployment definitions that should reflect what's in your workspace (yaml)
m
Thanks