Make gerrit_monitoring.py executable
Change-Id: Id9ab768dc5d1f38e18079f01e381a10a629e627e
This commit is contained in:
parent
2ea9735067
commit
5423672a21
|
@ -210,7 +210,7 @@ This project provides a script to quickly install the monitoring setup. To use
|
||||||
it, run:
|
it, run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pipenv run python ./gerrit_monitoring.py \
|
pipenv run ./gerrit_monitoring.py \
|
||||||
--config config.yaml \
|
--config config.yaml \
|
||||||
install \
|
install \
|
||||||
[--output ./dist] \
|
[--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:
|
charts installed in the configured namespace and delete the namespace as well:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pipenv run python ./gerrit_monitoring.py \
|
pipenv run ./gerrit_monitoring.py \
|
||||||
--config config.yaml \
|
--config config.yaml \
|
||||||
uninstall
|
uninstall
|
||||||
```
|
```
|
||||||
|
|
0
gerrit_monitoring.py
Normal file → Executable file
0
gerrit_monitoring.py
Normal file → Executable file
Loading…
Reference in a new issue