weaveworks / gitopssets-controller

Manages the GitOpsSet CRDs.
Apache License 2.0
9 stars 5 forks source link

Fix bug when no resources are generated. #10

Closed bigkevmcd closed 1 year ago

bigkevmcd commented 1 year ago

There was a bug when we generated 0 resources, the inventory wasn't allowed to contain no entries.

bigkevmcd commented 1 year ago

Happens if you kubectl get gs -oyaml | kubectl apply -f?

Yeah, and if you don't have any resources in the GitRepository ;-)