Skip to content

Commit

Permalink
Updating Readme, updating buildconfig (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforde-aot authored Jul 13, 2023
1 parent 98110d6 commit 5c79c3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ oc process -f ./cron.dc.yml \
```

Deploy the analytics api
```
oc process -f ./analytics-api.dc.yml \
-p ENV=dev \
-p IMAGE_TAG=latest
| oc create -f -
```

Deploy the redash analytics helm chart:
```
cd redash
Expand Down
2 changes: 1 addition & 1 deletion openshift/web.bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ parameters:
value: 'https://github.com/bcgov/met-public.git'
- name: GITHUB_CONTEXT_DIR
description: "The repository folder context"
value: /met-api
value: /met-web

0 comments on commit 5c79c3b

Please sign in to comment.