From b4280be611705569954da8861eff5395bea721e8 Mon Sep 17 00:00:00 2001 From: Sebastian Choren Date: Fri, 5 Jul 2024 19:42:25 -0300 Subject: [PATCH] fix readme --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d765ffd..9458ce9 100644 --- a/README.md +++ b/README.md @@ -14,28 +14,13 @@ this can also become the main helm repo for cloud, since it has a much nicer app [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) and [helm](https://helm.sh/docs/intro/install/) are required to run and test this repo ``` -helm repo add traefik https://traefik.github.io/charts -helm repo add ory https://k8s.ory.sh/helm/charts -helm repo add jetstack https://charts.jetstack.io -helm repo add nats https://nats-io.github.io/k8s/helm/charts/ - -export CURRENT_FOLDER=$PWD -export TT_CHARTS=("tracetest-agent-operator" "tracetest-auth" "tracetest-cloud" "tracetest-core" "tracetest-frontend" "tracetest-onprem" "tracetest-dependencies") - -for chart_name in $TT_CHARTS; do - cd $CURRENT_FOLDER/charts/$chart_name - helm dependency build -done - -cd $CURRENT_FOLDER - -./scripts/setup_kind_cluster.sh --reset --private +./scripts/setup_kind_cluster.sh --reset --private --build-deps sudo sh -c 'echo "127.0.0.1 tracetest.localdev" >> /etc/hosts' source ./cluster.env kubectl get pods ``` -now you can access the app at https://tracetest.localdev +now you can access the app at https://tracetest.localdev:30000 ## charts