[feat] exemONE gitlab-runner buildkit 추가
contents: - daemonless, rootless의 buildkit이용시 apparmor off 필요 - 해당 부분 적용
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
## 연결할 gitlab repo url
|
## 연결할 gitlab repo url
|
||||||
|
podAnnotations:
|
||||||
|
|
||||||
gitlabUrl: http://gitlab.exem.xyz
|
gitlabUrl: http://gitlab.exem.xyz
|
||||||
|
|
||||||
## ru
|
## ru
|
||||||
@@ -17,12 +19,14 @@ rbac:
|
|||||||
serviceAccountName: gitlab-runner-admin
|
serviceAccountName: gitlab-runner-admin
|
||||||
|
|
||||||
runners:
|
runners:
|
||||||
|
name: runners
|
||||||
config: |
|
config: |
|
||||||
[[runners]]
|
[[runners]]
|
||||||
[runners.kubernetes]
|
[runners.kubernetes]
|
||||||
namespace = "{{.Release.Namespace}}"
|
namespace = "{{.Release.Namespace}}"
|
||||||
image = "ubuntu:20.04"
|
image = "ubuntu:20.04"
|
||||||
privileged = false
|
privileged = false
|
||||||
|
pod_annotations_overwrite_allowed = ".*"
|
||||||
[[runners.kubernetes.volumes.secret]]
|
[[runners.kubernetes.volumes.secret]]
|
||||||
name = "nexus-cred"
|
name = "nexus-cred"
|
||||||
mount_path = "/kaniko/.docker"
|
mount_path = "/kaniko/.docker"
|
||||||
|
|||||||
Reference in New Issue
Block a user