Skip to content

Commit 9478a12

Browse files
committed
added configmap notes to readme
1 parent 2981523 commit 9478a12

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

deployment/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ helm template . \
3131
--values values-dev.yaml \
3232
--set git.uri=https://github.com/rht-labs/open-management-portal-git-api.git \
3333
--set git.ref=master \
34-
--set configFile=<your-config-file> \
3534
--set configRepositoryId=<your-config-repository-id> \
3635
--set deployKey=<your-gitlab-deploy-key-id> \
3736
--set gitLabApiUrl=<your-gitlab-base-url> \
@@ -46,11 +45,16 @@ It accepts the following variables
4645
|---|---|
4746
| `git.uri` | The HTTPS reference to the repo (your fork!) to build |
4847
| `git.ref` | The branch name to build |
49-
| `configFile` | The path including name of the config file |
5048
| `configRepositoryId` | The GitLab ID of the config repository |
5149
| `deployKey` | The ID of the GitLab deploy key to enable on newly-created repositories |
5250
| `gitLabApiUrl` | The base URL of the GitLab instance to use |
5351
| `gitLabPersonalAccessToken` | The access token to use to auth against GitLab |
5452
| `engagementsRepositoryId` | The ID of the GitLab group under which to create new projects |
5553

5654
This will spin up all of the usual resources that this service needs in production, plus a `BuildConfig` configured to build it from source from the Git repository specified. To trigger this build, use `oc start-build omp-git-api`.
55+
56+
## Config Map Configurations
57+
58+
Please note that there is a configuration for both, webhooks and the runtime configuration. These are provided as samples or subsets and will not be kept current with the values configured in the test/integration/production environments.
59+
60+
These ConfigMaps have already been configured and provided when deployed into the official OpenShift environments.

0 commit comments

Comments
 (0)