Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Jul 27, 2023
1 parent c94303b commit 8c77dd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion indexer/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Modifying the types.json

When the types.json file has been modified, it needs to be updated in the helm chart as well.
When the typesBundle.json file has been modified, it needs to be updated in the helm chart as well.

```sh
kubectl create configmap indexer-config --from-file=./typesBundle.json --dry-run=client --output=yaml > chart/templates/indexer-config.yaml
Expand Down
9 changes: 0 additions & 9 deletions processor-chart/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Processor chart

## Building the images

In the graphql folder (`..`):

```sh
docker build . -t tfchainprocessor:$(git describe --abbrev=0 --tags | sed 's/^v//') -f docker/Dockerfile.processor
docker build . -t tfchainquerynode:$(git describe --abbrev=0 --tags | sed 's/^v//') -f docker/Dockerfile.query-node
```

## Install chart with helm

Create PersistentVolumeClaims for the database if wanted and reference the name in your values file in the `volume.existingpersistentVolumeClaim` property.
Expand Down

0 comments on commit 8c77dd3

Please sign in to comment.