Skip to content

Commit 458fbb5

Browse files
committed
Update references to helm folder
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
1 parent f5566fe commit 458fbb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The container is based on [bitnamis kubectl container](https://github.com/bitnam
1212

1313
## helm chart
1414

15-
The helm chart uses the container image described above to create a [kubernetes cronjob](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/) inside the kubernetes cluster which periodically updates the csv files in the predefined git repository. Look inside the `helm` folder to read more about it and how to use it.
15+
The helm chart uses the container image described above to create a [kubernetes cronjob](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/) inside the kubernetes cluster which periodically updates the csv files in the predefined git repository. Look inside the `charts/kavir/` folder to read more about it and how to use it.
1616

1717
## html-report-builder
1818

charts/kavir/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ The helm chart uses the container image described in the `docker` folder to crea
3838
* scopes: write_repository
3939
* create `values.yaml` from `values.yaml.template`
4040
* configure `values.yaml`
41-
* run `helm install kavir ./helm --namespace kavir --create-namespace`
41+
* run `helm install kavir ./charts/kavir --namespace kavir --create-namespace`

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The container is based on [bitnamis kubectl container](https://github.com/bitnam
44

55
## environment variables
66

7-
The container requires several environment variables. Since kavir is meant to be run inside a kubernetes cluster it is recommended to use the helm chart to deploy kavir. The `values.yaml` of the helm chart contains all environment variables. Look inside the `helm` folder for further explanations.
7+
The container requires several environment variables. Since kavir is meant to be run inside a kubernetes cluster it is recommended to use the helm chart to deploy kavir. The `values.yaml` of the helm chart contains all environment variables. Look inside the `charts/kavir/` folder for further explanations.
88

99
| variable | description |
1010
| ---------------------------- | --------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)