Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jul 5, 2024
1 parent 710f614 commit b4280be
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b4280be

Please sign in to comment.