Skip to content

Commit

Permalink
[perforator] Fix some typos in k8s docs
Browse files Browse the repository at this point in the history
commit_hash:d6d010a061d3f7e88cee12ddecb1a005559cdf27
  • Loading branch information
BigRedEye committed Jan 30, 2025
1 parent df74a5e commit e4b06c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/guides/helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide provides instructions on how to deploy Perforator on a Kubernetes clu

{% note warn %}

Make sure you have necessary [buckets](https://github.com/yandex/perforator/blob/main/perforator/deploy/db/docker-compose/compose.yaml#L113-L117) in your S3 storage.
Make sure you have necessary [buckets](https://github.com/yandex/perforator/blob/be7ed14b5b875217984d3aab5d93ca10289cb134/perforator/deploy/db/docker-compose/compose.yaml#L86-L90) in your S3 storage.

{% endnote %}

Expand All @@ -23,7 +23,7 @@ For testing purposes, you can set up databases using [docker compose](docker-com

## Adding Helm Repository

```console
```
helm repo add perforator https://perforator.tech/helm-charts
helm repo update
```
Expand Down Expand Up @@ -102,4 +102,4 @@ helm uninstall perforator-release -n perforator

```console
helm upgrade perforator-release -n perforator perforator/perforator -f my-values.yaml
```
```

0 comments on commit e4b06c9

Please sign in to comment.