Skip to content
Snippets Groups Projects
Commit 8b75fadf authored by Nacho Barrientos's avatar Nacho Barrientos
Browse files

Fix typos

parent 330d14c1
No related branches found
No related tags found
1 merge request!53Misc documentation rehaul
Pipeline #11023979 passed
...@@ -23,7 +23,7 @@ kubectl get customresourcedefinitions -ojson | jq '.items[] | select(.spec.grou ...@@ -23,7 +23,7 @@ kubectl get customresourcedefinitions -ojson | jq '.items[] | select(.spec.grou
``` ```
Secondly, install the official **CERN IT Monitoring** Helm chart repository from your Helm client. Remember to substitute the `<gitlab-tag>` with the version you want to install (ex. `1.0.0-rc1`). Secondly, install the official **CERN IT Monitoring** Helm chart repository from your Helm client. Remember to substitute the `<gitlab-tag>` with the version you want to install (ex. `1.0.0-rc1`).
We recommend installing the chart in the `monitoring` namespace. If it does not exists you can create it. We recommend installing the chart in the `monitoring` namespace. If it does not exist you can create it.
```bash ```bash
helm install cern-it-monitoring-kubernetes oci://registry.cern.ch/monit/cern-it-monitoring-kubernetes --version <gitlab-tag> -f my-values.yaml -n monitoring helm install cern-it-monitoring-kubernetes oci://registry.cern.ch/monit/cern-it-monitoring-kubernetes --version <gitlab-tag> -f my-values.yaml -n monitoring
...@@ -68,7 +68,7 @@ kubectl logs it-monit-metrics-collector-fluentbit-0 -n monitoring ...@@ -68,7 +68,7 @@ kubectl logs it-monit-metrics-collector-fluentbit-0 -n monitoring
## 4. Updating the Chart ## 4. Updating the Chart
You might need to update the existing configuration of your chart. For that the easiest solution will be to apply again a set of values. Foe example: You might need to update the existing configuration of your chart. For that the easiest solution will be to apply again a set of values. For example:
```bash ```bash
# 1. Get the existing values # 1. Get the existing values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment