-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add and test examples directory #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed all the Go code and looks good to me.
The charts/zitadel/templates/*
and examples/*
will need to be checked by someone with k8s knowledge.
@stebenz can you please review the rest? |
@stebenz, @muhlemmer, I specified nice job names with this commit bb6d5e0. Without this, I wasn't able to use the jobs for the checks in the branch protection, because the image shas were too long, I guess. The checks pass now, can you reapprove, plz? |
I'll just merge |
* docs: add and test examples directory * docs: add postgres examples * fix 2-postgres-pw-auth * enable tls auth * find out db type * simplify masterkey * add new-certs.sh * pg cert * fix 3-postgres-cert-auth * make tests pass * create certs in jobs * update Chart.yaml * test with latest postgres chart * update docs * describe breaking changes * cleanup * fix warning boxes * fix repo url * remove potential flakiness * increase timeout * update kind and tested node images * wait with k8s 1.28 * test grpc * back to localhost * chore: shorten job names
Closes: #91
Definition of Ready