Merge branch 'main' of github.com:cloudmoa/dsk-devops-toolchains into main
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
## 연결할 gitlab repo url
|
||||
podAnnotations:
|
||||
|
||||
gitlabUrl: http://gitlab.exem.xyz
|
||||
|
||||
## ru
|
||||
@@ -17,12 +19,14 @@ rbac:
|
||||
serviceAccountName: gitlab-runner-admin
|
||||
|
||||
runners:
|
||||
name: runners
|
||||
config: |
|
||||
[[runners]]
|
||||
[runners.kubernetes]
|
||||
namespace = "{{.Release.Namespace}}"
|
||||
image = "ubuntu:20.04"
|
||||
privileged = false
|
||||
pod_annotations_overwrite_allowed = ".*"
|
||||
[[runners.kubernetes.volumes.secret]]
|
||||
name = "nexus-cred"
|
||||
mount_path = "/kaniko/.docker"
|
||||
|
||||
Reference in New Issue
Block a user