Arnar
Arnar
> Question, if you tag an existing staged image, would you expect the date to stay the same? I would expect it to be when you actually ran `darch stage...
@pauldotknopf Is there any work being done on implementing `/etc/darch/config.toml`?
@hitman99 I've decided to go with [ginkgo](https://github.com/onsi/ginkgo) for writing unit tests, I hope you don't have any objections. You can see a tiny progress [here](https://github.com/movetokube/postgres-operator/blob/feat/unit-tests/pkg/controller/postgres/postgres_controller_test.go).
I've been thinking about this as well. This will be a bit tricky as most of our business logic depends on a database being there and is PostgreSQL specific. Do...
Obvious first step would be to unit test the controllers' logic. There's even documentation on this from [operator-sdk](https://github.com/operator-framework/operator-sdk/blob/master/doc/user/unit-testing.md). I'm fine with either option of integration tests. The github actions sounds...
Now that it's been explained a bit better I think it makes sense. I agree that we should be careful about introducing new changes. I'm up for the change, we...
I like the status struct and the other CRDs should probably have something similar. I'm however not sure what all the phases mean for this CRD. Will there be a...
This looks good but I'm hesitant to merge this to main until I have time to update the documentation. Hopefully I'll have some time soon.
Is there any less crude way of debugging what exactly might be causing this issue?