add full uri any git repos
All checks were successful
docker-build / Build image (push) Successful in 43s
All checks were successful
docker-build / Build image (push) Successful in 43s
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -2,7 +2,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: git.realmanual.ru/pub/gitlab-job-runner
|
||||
pullPolicy: IfNotPresent
|
||||
pullPolicy: Always #IfNotPresent
|
||||
tag: "latest"
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
Reference in New Issue
Block a user