Results 9 comments of orbatschow

This issue/PR introduces [GCP](https://cloud.google.com/) as a provider, which is, at least to my knowledge, something (completely) different than Google Domains.

I think so too, Arch packages don't follow a stable release schema.

You're welcome! I have updated the integration test matrix, but I can't reproduce the failing pipeline tests. After having a look at the pipelines, it seems, that this error is...

One suggestion from my side: ArgoCD has something similar, called sync waves, which is done via an annotation and sets everything by default to sync wave "0", and you can...

@elcomtik thank you! The link you provided only covers Debian 9. As the current Debian version is 10 and this image is a modification to the original image I doubt...

@pablohashescobar tried with 0.8, can confirm, that the issue still persists

For me this was indeed caused by a typo, setting SECRET_KEY the correct way fixes the issue, sorry for the noise!

@quangngoc I misspelled the environment variable name itself (used SECRET_KEYa instead of SECRET_KEY), so i just fixed the typo and then it worked for me.

Maybe this is helpful: I had the same problem and debugging was pretty hard. It turned out, that my self hosted minio setup had TLS verification enabled. Those were custom...