Skip to content

Commit dddc9e2

Browse files
aslafy-zDonatien26
authored andcommitted
docs: Fix Helm chart repository link and installation commands
1 parent da69cd5 commit dddc9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ The S3 operator is provided either in source form through this repository, or al
4545

4646
### Helm
4747

48-
With this Docker image, the recommended way of installing S3 Operator on your cluster is to use the Helm chart provided in the dedicated repository : https://github.com/InseeFrLab/helm-charts/tree/master/charts/s3-operator. Among other things, the chart takes care of managing a (Kubernetes) ServiceAccount for the operator to run as. The most basic way of using this chart would be :
48+
With this Docker image, the recommended way of installing S3 Operator on your cluster is to use the Helm chart provided in this repository [`deploy/charts/s3-operator` directory](./deploy/charts/s3-operator). Among other things, the chart takes care of managing a (Kubernetes) ServiceAccount for the operator to run as. The most basic way of using this chart would be:
4949

5050
```shell
51-
helm repo add inseefrlab https://inseefrlab.github.io/helm-charts # or [helm repo update] if already available
52-
helm install <name> s3-operator --values <yaml-file/url> # see below for the parameters
51+
helm repo add inseefrlab-s3operator https://inseefrlab.github.io/s3-operator # or [helm repo update] if already available
52+
helm install <name> inseefrlab-s3operator/s3-operator --values <yaml-file/url> # see below for the parameters
5353
```
5454

5555
### Running from source

0 commit comments

Comments
 (0)