Added gitlab integration config

This commit is contained in:
GeorgeRaven
2025-07-11 19:59:05 +01:00
parent c4539150ff
commit fcbf70eca6
2 changed files with 6 additions and 0 deletions

View File

@@ -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"` | |

View File

@@ -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