Elio Bischof
Elio Bischof
why don't we use a job matrix for parallel tests and less config? https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
I'd say the (unskipped) tests eventually have longer than zitadel and cockroach to become ready (i guess about 2m)
> does this --browser flag really work? I see, it does :-D Interesting
I tested it successfully here https://github.com/zitadel/zitadel/pull/4154
@Alexei-Barnes About the Gitops error: did you create the github deploy key using the `zitadelctl configure` command? If you didn't, please consider the new Github encryption requirements https://github.blog/2021-09-01-improving-git-protocol-security-github/
@Alexei-Barnes About the non-terminating heredoc. With these changes, it should work: #3448
@Alexei-Barnes I think these two PRs fix the crd mode installation: #3448, #3462
If you want to try the prerelease, you can download it like this: `curl -s https://api.github.com/repos/caos/zitadel/releases/tags/fix-db-crd-operator-dev | grep "browser_download_url.*zitadelctl-linux-amd64" | cut -d '"' -f 4 | sudo wget -i -...
Nice! I'll leave the issue open for the gitops deploy key problem. Thank you for reporting the issues.
@Alexei-Barnes do you still need a working deploy key from zitadelctl for the v1 GitOps mode?