Skip to content
Snippets Groups Projects
Commit 3601a758 authored by Tariq Ibrahim's avatar Tariq Ibrahim Committed by Oliver
Browse files

Use the source repo references in the redis_exporter documentation (#236)

* Update openshift yaml to use the source repo references.

* Update README.md to point to source repo for consistency.

* Fix broken link in README.md
parent 244dd481
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -72,7 +72,7 @@ In order to deploy the exporter on Openshift environment.
```sh
oc project <myproject>
 
oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/master/contrib/openshift-template.yaml \
oc process -f https://raw.githubusercontent.com/oliver006/redis_exporter/master/contrib/openshift-template.yaml \
-p REDIS_ADDR=<redis-service>:<redis-port> \
-p REDIS_PASSWORD=<redis-pass> \
-p REDIS_ALIAS=<redis-alias> \
Loading
Loading
@@ -83,7 +83,7 @@ oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/
*NOTE*: Some of the parameters can be ommited if no authentication is used or the default redis config is applied.
 
```sh
oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/contrib/openshift-template.yaml \
oc process -f https://raw.githubusercontent.com/oliver006/redis_exporter/master/contrib/openshift-template.yaml \
-p REDIS_ADDR=<redis-service>:<redis-port> \
| oc create -f -
```
Loading
Loading
Loading
Loading
@@ -25,7 +25,7 @@ parameters:
description: The URL of the repository with your application source code.
displayName: Git Repository URL
required: true
value: 'https://github.com/ivanovaleksandar/redis_exporter.git'
value: 'https://github.com/oliver006/redis_exporter.git'
- name: SOURCE_REPOSITORY_REF
description: Set the branch name if you are not using master branch
displayName: Git Reference
Loading
Loading
@@ -111,4 +111,4 @@ objects:
- port: 9121
targetPort: 9121
selector:
app: "redis-exporter"
\ No newline at end of file
app: "redis-exporter"
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