Files
dsk-devops-toolchains/exemONE/helm/gitlab-runner/override-values.yaml
jungsungrock 2e1c0d9c6e [feat] exemONE gitlab-runner buildkit 추가
contents:
  - daemonless, rootless의 buildkit이용시 apparmor off 필요
  - 해당 부분 적용
2024-02-13 17:29:48 +09:00

35 lines
912 B
YAML

## 연결할 gitlab repo url
podAnnotations:
gitlabUrl: http://gitlab.exem.xyz
## ru
## DEPRECATED됨 어떻게 변경해아하는지 확인해야함.
## ref: https://docs.gitlab.com/ee/ci/runners/new_creation_workflow.html
runnerToken: glrt-Ro1kUFbZz3GPp4yHaRxA
rbac:
create: true
clusterWideAccess: false
podSecurityPolicy:
enabled: false
resourceNames:
- gitlab-runner
rules: []
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"
read_only = false
[runners.kubernetes.volumes.secret.items]
".dockerconfigjson" = "config.json"