Skip to content

Commit

Permalink
add ugly readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jun 18, 2024
1 parent 7b73f9c commit 900b424
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# tracetest-cloud-charts

TODO: make this nice

this repo provides a script to create a local kind cluster with an entire tracetest cloud instance.
while we have this repo private and all the private images, this is just deploying tracetest cloud.
we need to use a secret so you need to use the create image pull secret script to configure that in the kind cluster.

once everything is public, we can use kind to validate PRs before merging.
this can also become the main helm repo for cloud, since it has a much nicer approach, but we'll see if that works out without needing too much customization

## charts

the tracetest-onprem chart is the main umbrella chart.

tracetest-dependencies is mainly for development/PR validation. it installs cert manager and other dependencies that can be considered "external", like traefik, postgres, etc.
onprem users will have to configure this externally, so we'll need docs for that (like testkube has for the nginx ingerss controller)

one exception is cert-manager, that is a dependency but is very very hard to install as a subchart, so it's installed in the kind setup script

tracetest-auth is an umbrella for grouping all the ory services toghether

tracetest-core and tracetest-cloud are copypasted from the infra repo so they are a base, but we can modify them as we want without impacting our cloud infra.

0 comments on commit 900b424

Please sign in to comment.