Currently, this repository does not include templates to deploy Chainloop in Kubernetes. This task is about adding, packaging and publishing a Helm Chart that does so.
We need to decide what level of pre-configuration we want it to have. For example, our development environment works out of the box because we added Vault, PostgreSQL and Dex for OIDC. Should we do something similar in our Chart so the default settings works in such a way that you can have an out of the box experience?
Regardless of that decision, what we need to offer are enough configuration nobs to connect to external services, i.e RDS/CloudSQL for Database, AWS secret manager or Auth0 for example.
Currently, this repository does not include templates to deploy Chainloop in Kubernetes. This task is about adding, packaging and publishing a Helm Chart that does so.
We need to decide what level of pre-configuration we want it to have. For example, our development environment works out of the box because we added
Vault,PostgreSQLandDexfor OIDC. Should we do something similar in our Chart so the default settings works in such a way that you can have an out of the box experience?Regardless of that decision, what we need to offer are enough configuration nobs to connect to external services, i.e RDS/CloudSQL for Database, AWS secret manager or Auth0 for example.