Skip to content

Commit

Permalink
Remove source_ref: master from demo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMGranger committed Dec 14, 2021
1 parent a64cd27 commit a626bea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions labs/consultant/03-Exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ In the next few sections, we'll deploy some exporters that collect data in a sim
extraEnv:
- name: APP_FILE
value: deploytime/app.py
source_ref: master
source_url: https://github.com/redhat-cop/pelorus.git

We get the information we need about deploy time from OpenShift, so this exporter works out-of-the-box!
Expand Down Expand Up @@ -74,7 +73,6 @@ Update the `values.yaml` and then upgrade our helm installation of Pelorus to ad
extraEnv:
- name: APP_FILE
value: committime/app.py
source_ref: master
source_url: https://github.com/redhat-cop/pelorus.git

helm upgrade pelorus charts/pelorus --namespace pelorus
Expand Down Expand Up @@ -114,7 +112,6 @@ Once again, we will update our values.yaml and upgrade our Pelorus deployment.
extraEnv:
- name: APP_FILE
value: failure/app.py
source_ref: master
source_url: https://github.com/redhat-cop/pelorus.git

helm upgrade pelorus charts/pelorus --namespace pelorus
Expand Down

0 comments on commit a626bea

Please sign in to comment.