Make gerrit_monitoring.py executable

Change-Id: Id9ab768dc5d1f38e18079f01e381a10a629e627e
This commit is contained in:
Matthias Sohn 2023-02-21 20:19:21 +01:00
parent 2ea9735067
commit 5423672a21
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ This project provides a script to quickly install the monitoring setup. To use
it, run:
```sh
pipenv run python ./gerrit_monitoring.py \
pipenv run ./gerrit_monitoring.py \
--config config.yaml \
install \
[--output ./dist] \
@ -277,7 +277,7 @@ The `./gerrit_monitoring.py uninstall`-script will automatically remove the
charts installed in the configured namespace and delete the namespace as well:
```sh
pipenv run python ./gerrit_monitoring.py \
pipenv run ./gerrit_monitoring.py \
--config config.yaml \
uninstall
```

0
gerrit_monitoring.py Normal file → Executable file
View file