2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00
Files
kubernetes/manifests/gitlab-operator/components/runner/kustomization.yaml
2025-06-13 19:24:31 +09:30

28 lines
509 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
resources:
- Secret.yaml
- ConfigMap.yaml
- Runner.yaml
patches:
- target:
kind: Runner
name: gitlab-runner
# yamllint disable rule:indentation
patch: |-
# Runner Tags
# - op: add
# path: /spec/tags
# value: production,website
- op: add
path: /spec/runnerImage
value: registry.gitlab.com/gitlab-org/gitlab-runner:v17.6.0
# yamllint enable rule:indentation