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
@@ -48,13 +47,12 @@ It accepts the following variables
48
47
|---|---|
49
48
|`git.uri`| The HTTPS reference to the repo (your fork!) to build |
50
49
|`git.ref`| The branch name to build |
50
+
|`configFile`| The path including name of the config file |
51
51
|`configRepositoryId`| The GitLab ID of the config repository |
52
52
|`deployKey`| The ID of the GitLab deploy key to enable on newly-created repositories |
53
53
|`gitLabApiUrl`| The base URL of the GitLab instance to use |
54
54
|`gitLabPersonalAccessToken`| The access token to use to auth against GitLab |
55
-
|`jwtVerifyPublicKeyLocation`| The URL at which your OpenID Connect (SSO) provider exposes its public key |
56
-
|`residenciesParentRepositoryId`| The ID of the GitLab group under which to create new projects |
57
-
|`templateRepositoryId`| The ID of the GitLab repository which defines a template to use for creating new repos |
55
+
|`engagementsRepositoryId`| The ID of the GitLab group under which to create new projects |
58
56
|`trustedClientKey`|[Temporary] Used as a placeholder to authenticate client requests, being replaced by validating JWT tokens against the `jwtVerifyPublicKeyLocation`|
59
57
60
58
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`.
0 commit comments