You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,11 +45,16 @@ It accepts the following variables
46
45
|---|---|
47
46
|`git.uri`| The HTTPS reference to the repo (your fork!) to build |
48
47
|`git.ref`| The branch name to build |
49
-
|`configFile`| The path including name of the config file |
50
48
|`configRepositoryId`| The GitLab ID of the config repository |
51
49
|`deployKey`| The ID of the GitLab deploy key to enable on newly-created repositories |
52
50
|`gitLabApiUrl`| The base URL of the GitLab instance to use |
53
51
|`gitLabPersonalAccessToken`| The access token to use to auth against GitLab |
54
52
|`engagementsRepositoryId`| The ID of the GitLab group under which to create new projects |
55
53
56
54
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