Hi! Are there any best practices on how to manage ...
# general
w
Hi! Are there any best practices on how to manage code? I have to admit that I only want to use Pulumi for CI with traditional yaml files, but don't know where to put the yml files. Is it okay to create a new repo, just for the general infrastructure with just yml files? And when I have a specific repo which has some resources (deployment, service) to put that into the respective repo? i.e.
Copy code
my-project-k8s
  postgres.yml
  ingress.yml
  ...

my-api
   deployment.yml