mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Added gitlab integration config
This commit is contained in:
@@ -40,6 +40,9 @@ A Helm chart for Kubernetes
|
||||
| backstage.backstage.extraEnvVars[7].name | string | `"PSQL_PASS"` | |
|
||||
| backstage.backstage.extraEnvVars[7].valueFrom.secretKeyRef.key | string | `"password"` | |
|
||||
| backstage.backstage.extraEnvVars[7].valueFrom.secretKeyRef.name | string | `"psql"` | |
|
||||
| backstage.backstage.extraEnvVars[8].name | string | `"GITLAB_TOKEN"` | |
|
||||
| backstage.backstage.extraEnvVars[8].valueFrom.secretKeyRef.key | string | `"password"` | |
|
||||
| backstage.backstage.extraEnvVars[8].valueFrom.secretKeyRef.name | string | `"gitlab"` | |
|
||||
| backstage.backstage.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| backstage.backstage.image.registry | string | `"registry.gitlab.com"` | |
|
||||
| backstage.backstage.image.repository | string | `"deepcypher/dc-backstage/dc-backstage"` | |
|
||||
|
||||
@@ -53,6 +53,9 @@ data:
|
||||
# workingDirectory: /tmp # Use this to configure a working directory for the scaffolder, defaults to the OS temp-dir
|
||||
|
||||
integrations:
|
||||
gitlab:
|
||||
- host: gitlab.com
|
||||
token: ${GITLAB_TOKEN}
|
||||
github:
|
||||
- host: github.com
|
||||
# This is a Personal Access Token or PAT from GitHub. You can find out how to generate this token, and more information
|
||||
|
||||
Reference in New Issue
Block a user