add full uri any git repos
All checks were successful
docker-build / Build image (push) Successful in 43s

This commit is contained in:
2025-12-07 20:35:56 +07:00
parent 075bf26346
commit 16639c6cd5
9 changed files with 25 additions and 13 deletions

View File

@@ -124,7 +124,7 @@ metadata:
name: example-job
spec:
gitlabSecretRef: gitlab-credentials
repositoryURL: mygroup/myrepo
repositoryURL: https://gitlab.example.com/mygroup/myrepo.git
branch: main
scriptPath: scripts/deploy.sh
```

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: git.realmanual.ru/pub/gitlab-job-runner
pullPolicy: IfNotPresent
pullPolicy: Always #IfNotPresent
tag: "latest"
imagePullSecrets: []